Home | History | Annotate | Download | only in dom

Lines Matching refs:treeScope

474 TreeScope* Node::treeScope() const
478 TreeScope* scope = rareData()->treeScope();
484 void Node::setTreeScope(TreeScope* newTreeScope)
488 ASSERT(!inDocument() || treeScope() == newTreeScope);
504 void Node::setTreeScopeRecursively(TreeScope* newTreeScope)
508 if (treeScope() == newTreeScope)