Searched refs:treeScope (Results 1 – 5 of 5) sorted by relevance
103 TreeScope* treeScope() const { return m_treeScope; } in treeScope() function104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; } in setTreeScope() argument
164 child->setTreeScopeRecursively(treeScope()); in insertBefore()314 child->setTreeScopeRecursively(treeScope()); in replaceChild()613 child->setTreeScopeRecursively(treeScope()); in appendChild()
474 TreeScope* Node::treeScope() const in treeScope() function in WebCore::Node478 TreeScope* scope = rareData()->treeScope(); in treeScope()488 ASSERT(!inDocument() || treeScope() == newTreeScope); in setTreeScope()508 if (treeScope() == newTreeScope) in setTreeScopeRecursively()
367 TreeScope* treeScope() const;
15916 (WebCore::Node::treeScope):17094 (WebCore::Node::treeScope):19100 (WebCore::Node::treeScope):25890 (WebCore::Node::treeScope): use NodeRareData to check if a non-Document scope is set25897 (WebCore::NodeRareData::treeScope):