Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
Element Interface Reference

import <dart.idl;

Inheritance diagram for Element:
Node SkRefCnt SkRefCntBase MathMLElement

Public Member Functions

void requestFullscreen ()
 
void webkitRequestFullscreen ()
 
void setAttribute (DOMString name, DOMString value)
 
void setAttributeNS (DOMString? namespaceURI, DOMString name, DOMString value)
 
void setAttribute (DOMString name, object value)
 
void setAttributeNS (DOMString? namespaceURI, DOMString name, object value)
 
- Public Member Functions inherited from Node
Node cloneNode ([Default=Undefined] optional boolean deep)
 
char id () const
 
int indexInSort () const
 
bool visited () const
 
void validate (skiatest::Reporter *reporter) const
 
int numDependents () const
 
Nodedependent (int index) const
 
- Public Member Functions inherited from SkRefCntBase
 SkRefCntBase ()
 
virtual ~SkRefCntBase ()
 
bool unique () const
 
void ref () const
 
void unref () const
 

Public Attributes

readonly attribute Element nextElementSibling
 
readonly attribute Element previousElementSibling
 
- Public Attributes inherited from Node
readonly attribute Element nextElementSibling
 
readonly attribute Element previousElementSibling
 

Additional Inherited Members

- Static Public Member Functions inherited from Node
static bool CompareIndicesGT (Node *const &a, Node *const &b)
 

Detailed Description

Definition at line 42 of file dart.idl.

Member Function Documentation

◆ requestFullscreen()

void Element::requestFullscreen ( )

◆ setAttribute() [1/2]

void Element::setAttribute ( DOMString  name,
DOMString  value 
)

◆ setAttribute() [2/2]

void Element::setAttribute ( DOMString  name,
object  value 
)

◆ setAttributeNS() [1/2]

void Element::setAttributeNS ( DOMString?  namespaceURI,
DOMString  name,
DOMString  value 
)

◆ setAttributeNS() [2/2]

void Element::setAttributeNS ( DOMString?  namespaceURI,
DOMString  name,
object  value 
)

◆ webkitRequestFullscreen()

void Element::webkitRequestFullscreen ( )

Member Data Documentation

◆ nextElementSibling

readonly attribute Element Element::nextElementSibling

Definition at line 43 of file dart.idl.

◆ previousElementSibling

readonly attribute Element Element::previousElementSibling

Definition at line 44 of file dart.idl.


The documentation for this interface was generated from the following file: