Searched refs:setTreeScope (Results 1 – 6 of 6) sorted by relevance
104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; } in setTreeScope() function
57 rareData()->setTreeScope(0); in ~TreeScope()
484 void Node::setTreeScope(TreeScope* newTreeScope) in setTreeScope() function in WebCore::Node492 rareData()->setTreeScope(0); in setTreeScope()498 ensureRareData()->setTreeScope(newTreeScope); in setTreeScope()521 node->setTreeScope(newTreeScope); in setTreeScopeRecursively()
371 void setTreeScope(TreeScope*);
675 m_docType->setTreeScope(this); in setDocType()
15895 .) Merged setTreeScope() with setTreeScopeRecursively()17095 (WebCore::Node::setTreeScope):19084 .) Merged setTreeScope() with setTreeScopeRecursively()25874 Add new functions setTreeScope[Recursively] that replace setDocument[Recursively]25891 (WebCore::Node::setTreeScope): update NodeRareData depending on whether scope is a document25898 (WebCore::NodeRareData::setTreeScope):