Home | History | Annotate | Download | only in dom

Lines Matching defs:TreeScope

27 #include "TreeScope.h"
39 TreeScope::TreeScope(Document* document, ConstructionType constructionType)
54 TreeScope::~TreeScope()
60 void TreeScope::destroyTreeScopeData()
67 void TreeScope::setParentTreeScope(TreeScope* newParentScope)
78 Element* TreeScope::getElementById(const AtomicString& elementId) const
85 void TreeScope::addElementById(const AtomicString& elementId, Element* element)
90 void TreeScope::removeElementById(const AtomicString& elementId, Element* element)
95 Element* TreeScope::getElementByAccessKey(const String& key) const
113 void TreeScope::invalidateAccessKeyMap()
119 void TreeScope::addImageMap(HTMLMapElement* imageMap)
127 void TreeScope::removeImageMap(HTMLMapElement* imageMap)
135 HTMLMapElement* TreeScope::getImageMap(const String& url) const
146 Element* TreeScope::findAnchor(const String& name)