Searched refs:treeScope (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/dom/
H A DNodeRareData.h103 TreeScope* treeScope() const { return m_treeScope; } function in class:WebCore::NodeRareData
104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; } argument
H A DContainerNode.cpp164 child->setTreeScopeRecursively(treeScope());
314 child->setTreeScopeRecursively(treeScope());
613 child->setTreeScopeRecursively(treeScope());
H A DNode.cpp474 TreeScope* Node::treeScope() const function in class:WebCore::Node
478 TreeScope* scope = rareData()->treeScope();
488 ASSERT(!inDocument() || treeScope() == newTreeScope);
508 if (treeScope() == newTreeScope)
H A DNode.h367 TreeScope* treeScope() const;

Completed in 138 milliseconds