HomeSort by relevance Sort by last modified time
    Searched refs:treeScope (Results 1 - 4 of 4) sorted by null

  /external/webkit/Source/WebCore/dom/
NodeRareData.h 37 class TreeScope;
103 TreeScope* treeScope() const { return m_treeScope; }
104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; }
132 TreeScope* m_treeScope;
ContainerNode.cpp 164 child->setTreeScopeRecursively(treeScope());
314 child->setTreeScopeRecursively(treeScope());
613 child->setTreeScopeRecursively(treeScope());
    [all...]
Node.cpp 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)
    [all...]
Node.h 78 class TreeScope;
96 friend class TreeScope;
367 TreeScope* treeScope() const;
371 void setTreeScope(TreeScope*);
374 void setTreeScopeRecursively(TreeScope*);

Completed in 46 milliseconds