webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
import"Element.idl";
ShadowRoot Element::attachShadow | ( | ShadowRootInit | init | ) |
Element Element::closest | ( | DOMString | selectors | ) |
DOMString Element::getAttribute | ( | DOMString | name | ) |
sequence<DOMString> Element::getAttributeNames | ( | ) |
Attr Element::getAttributeNode | ( | DOMString | name | ) |
Attr Element::getAttributeNodeNS | ( | DOMString? | namespaceURI, |
DOMString | localName | ||
) |
DOMString Element::getAttributeNS | ( | DOMString? | namespaceURI, |
DOMString | localName | ||
) |
ClientRect Element::getBoundingClientRect | ( | ) |
ClientRectList Element::getClientRects | ( | ) |
HTMLCollection Element::getElementsByClassName | ( | DOMString | name | ) |
HTMLCollection Element::getElementsByTagName | ( | DOMString | name | ) |
HTMLCollection Element::getElementsByTagNameNS | ( | DOMString? | namespaceURI, |
DOMString | localName | ||
) |
boolean Element::hasAttribute | ( | DOMString | name | ) |
boolean Element::hasAttributeNS | ( | DOMString? | namespaceURI, |
DOMString | localName | ||
) |
boolean Element::hasAttributes | ( | ) |
void Element::insertAdjacentHTML | ( | DOMString | where, |
DOMString | html | ||
) |
void Element::insertAdjacentText | ( | DOMString | where, |
DOMString | text | ||
) |
boolean Element::matches | ( | DOMString | selectors | ) |
void Element::removeAttribute | ( | DOMString | name | ) |
void Element::removeAttributeNS | ( | DOMString? | namespaceURI, |
DOMString | localName | ||
) |
void Element::requestPointerLock | ( | ) |
void Element::scroll | ( | optional ScrollToOptions | options | ) |
void Element::scroll | ( | unrestricted double | x, |
unrestricted double | y | ||
) |
void Element::scrollBy | ( | optional ScrollToOptions | option | ) |
void Element::scrollBy | ( | unrestricted double | x, |
unrestricted double | y | ||
) |
void Element::scrollTo | ( | optional ScrollToOptions | options | ) |
void Element::scrollTo | ( | unrestricted double | x, |
unrestricted double | y | ||
) |
void Element::setAttribute | ( | DOMString | name, |
DOMString | value | ||
) |
void Element::setAttributeNS | ( | DOMString? | namespaceURI, |
DOMString | qualifiedName, | ||
DOMString | value | ||
) |
boolean Element::webkitMatchesSelector | ( | DOMString | selectors | ) |
readonly attribute NamedNodeMap Element::attributes |
readonly attribute DOMTokenList Element::classList |
attribute DOMString Element::className |
attribute DOMString Element::id |
attribute DOMString Element::innerHTML |
attribute EventHandler Element::onanimationend |
attribute EventHandler Element::onanimationiteration |
attribute EventHandler Element::onanimationstart |
attribute EventHandler Element::onbeforecopy |
attribute EventHandler Element::onbeforecut |
attribute EventHandler Element::onbeforeinput |
attribute EventHandler Element::onbeforeload |
attribute EventHandler Element::onbeforepaste |
attribute EventHandler Element::oncopy |
attribute EventHandler Element::oncut |
attribute EventHandler Element::onfocusin |
attribute EventHandler Element::onfocusout |
attribute EventHandler Element::ongesturechange |
attribute EventHandler Element::ongestureend |
attribute EventHandler Element::ongesturestart |
attribute EventHandler Element::onpaste |
attribute EventHandler Element::onselectstart |
attribute EventHandler Element::ontransitionend |
attribute EventHandler Element::onwebkitanimationend |
attribute EventHandler Element::onwebkitanimationiteration |
attribute EventHandler Element::onwebkitanimationstart |
attribute EventHandler Element::onwebkitcurrentplaybacktargetiswirelesschanged |
attribute EventHandler Element::onwebkitfullscreenchange |
attribute EventHandler Element::onwebkitfullscreenerror |
attribute EventHandler Element::onwebkitneedkey |
attribute EventHandler Element::onwebkitplaybacktargetavailabilitychanged |
attribute EventHandler Element::onwebkitpresentationmodechanged |
attribute EventHandler Element::onwebkittransitionend |
attribute DOMString Element::outerHTML |
attribute long Element::scrollLeft |
attribute long Element::scrollTop |
readonly attribute ShadowRoot Element::shadowRoot |
attribute DOMString Element::slot |
readonly attribute CSSStyleDeclaration Element::style |