Home
last modified time | relevance | path

Searched refs:treeScope (Results 1 – 5 of 5) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNodeRareData.h103 TreeScope* treeScope() const { return m_treeScope; } in treeScope() function
104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; } in setTreeScope() argument
DContainerNode.cpp164 child->setTreeScopeRecursively(treeScope()); in insertBefore()
314 child->setTreeScopeRecursively(treeScope()); in replaceChild()
613 child->setTreeScopeRecursively(treeScope()); in appendChild()
DNode.cpp474 TreeScope* Node::treeScope() const in treeScope() function in WebCore::Node
478 TreeScope* scope = rareData()->treeScope(); in treeScope()
488 ASSERT(!inDocument() || treeScope() == newTreeScope); in setTreeScope()
508 if (treeScope() == newTreeScope) in setTreeScopeRecursively()
DNode.h367 TreeScope* treeScope() const;
/external/webkit/Source/WebCore/
DChangeLog15916 (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 set
25897 (WebCore::NodeRareData::treeScope):