HomeSort by relevance Sort by last modified time
    Searched defs:TreeScope (Results 1 - 2 of 2) sorted by null

  /external/webkit/Source/WebCore/dom/
TreeScope.cpp 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
    [all...]
TreeScope.h 37 class TreeScope : public ContainerNode {
41 TreeScope* parentTreeScope() const { return m_parentTreeScope; }
68 TreeScope(Document*, ConstructionType = CreateContainer);
70 virtual ~TreeScope();
74 void setParentTreeScope(TreeScope*);
77 TreeScope* m_parentTreeScope;
88 inline bool TreeScope::hasElementWithId(AtomicStringImpl* id) const
94 inline bool TreeScope::containsMultipleElementsWithId(const AtomicString& id) const

Completed in 18 milliseconds