Searched defs:TreeScope (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DTreeScope.cpp27 #include "TreeScope.h"
39 TreeScope::TreeScope(Document* document, ConstructionType constructionType) function in class:WebCore::TreeScope
54 TreeScope::~TreeScope()
60 void TreeScope::destroyTreeScopeData()
67 void TreeScope::setParentTreeScope(TreeScope* newParentScope)
78 Element* TreeScope::getElementById(const AtomicString& elementId) const
85 void TreeScope
[all...]
H A DTreeScope.h37 class TreeScope : public ContainerNode { class in namespace:WebCore
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 214 milliseconds