|
| TreeScope * | parentTreeScope () const |
| |
| void | setParentTreeScope (TreeScope &) |
| |
| Element * | focusedElementInScope () |
| |
| Element * | pointerLockElement () const |
| |
| WEBCORE_EXPORT Element * | getElementById (const AtomicString &) const |
| |
| WEBCORE_EXPORT Element * | getElementById (const String &) const |
| |
| const Vector< Element * > * | getAllElementsById (const AtomicString &) const |
| |
| bool | hasElementWithId (const AtomicStringImpl &) const |
| |
| bool | containsMultipleElementsWithId (const AtomicString &id) const |
| |
| void | addElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true) |
| |
| void | removeElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true) |
| |
| WEBCORE_EXPORT Element * | getElementByName (const AtomicString &) const |
| |
| bool | hasElementWithName (const AtomicStringImpl &) const |
| |
| bool | containsMultipleElementsWithName (const AtomicString &) const |
| |
| void | addElementByName (const AtomicStringImpl &, Element &) |
| |
| void | removeElementByName (const AtomicStringImpl &, Element &) |
| |
| Document & | documentScope () const |
| |
| Node & | retargetToScope (Node &) const |
| |
| Node * | ancestorNodeInThisScope (Node *) const |
| |
| WEBCORE_EXPORT Element * | ancestorElementInThisScope (Element *) const |
| |
| void | addImageMap (HTMLMapElement &) |
| |
| void | removeImageMap (HTMLMapElement &) |
| |
| HTMLMapElement * | getImageMap (const String &url) const |
| |
| bool | shouldCacheLabelsByForAttribute () const |
| |
| void | addLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
| |
| void | removeLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
| |
| HTMLLabelElement * | labelElementForId (const AtomicString &forAttributeValue) |
| |
| WEBCORE_EXPORT Element * | elementFromPoint (int x, int y) |
| |
| Element * | findAnchor (const String &name) |
| |
| void | adoptIfNeeded (Node &) |
| |
| ContainerNode & | rootNode () const |
| |
| IdTargetObserverRegistry & | idTargetObserverRegistry () const |
| |
| TreeScope * | parentTreeScope () const |
| |
| void | setParentTreeScope (TreeScope &) |
| |
| Element * | focusedElementInScope () |
| |
| Element * | pointerLockElement () const |
| |
| WEBCORE_EXPORT Element * | getElementById (const AtomicString &) const |
| |
| WEBCORE_EXPORT Element * | getElementById (const String &) const |
| |
| const Vector< Element * > * | getAllElementsById (const AtomicString &) const |
| |
| bool | hasElementWithId (const AtomicStringImpl &) const |
| |
| bool | containsMultipleElementsWithId (const AtomicString &id) const |
| |
| void | addElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true) |
| |
| void | removeElementById (const AtomicStringImpl &elementId, Element &, bool notifyObservers=true) |
| |
| WEBCORE_EXPORT Element * | getElementByName (const AtomicString &) const |
| |
| bool | hasElementWithName (const AtomicStringImpl &) const |
| |
| bool | containsMultipleElementsWithName (const AtomicString &) const |
| |
| void | addElementByName (const AtomicStringImpl &, Element &) |
| |
| void | removeElementByName (const AtomicStringImpl &, Element &) |
| |
| Document & | documentScope () const |
| |
| Node & | retargetToScope (Node &) const |
| |
| Node * | ancestorNodeInThisScope (Node *) const |
| |
| WEBCORE_EXPORT Element * | ancestorElementInThisScope (Element *) const |
| |
| void | addImageMap (HTMLMapElement &) |
| |
| void | removeImageMap (HTMLMapElement &) |
| |
| HTMLMapElement * | getImageMap (const String &url) const |
| |
| bool | shouldCacheLabelsByForAttribute () const |
| |
| void | addLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
| |
| void | removeLabel (const AtomicStringImpl &forAttributeValue, HTMLLabelElement &) |
| |
| HTMLLabelElement * | labelElementForId (const AtomicString &forAttributeValue) |
| |
| WEBCORE_EXPORT Element * | elementFromPoint (int x, int y) |
| |
| Element * | findAnchor (const String &name) |
| |
| void | adoptIfNeeded (Node &) |
| |
| ContainerNode & | rootNode () const |
| |
| IdTargetObserverRegistry & | idTargetObserverRegistry () const |
| |