Home
last modified time | relevance | path

Searched refs:setTreeScope (Results 1 – 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/dom/
DNodeRareData.h104 void setTreeScope(TreeScope* treeScope) { m_treeScope = treeScope; } in setTreeScope() function
DTreeScope.cpp57 rareData()->setTreeScope(0); in ~TreeScope()
DNode.cpp484 void Node::setTreeScope(TreeScope* newTreeScope) in setTreeScope() function in WebCore::Node
492 rareData()->setTreeScope(0); in setTreeScope()
498 ensureRareData()->setTreeScope(newTreeScope); in setTreeScope()
521 node->setTreeScope(newTreeScope); in setTreeScopeRecursively()
DNode.h371 void setTreeScope(TreeScope*);
DDocument.cpp685 m_docType->setTreeScope(this); in setDocType()
/external/webkit/Source/WebCore/
DChangeLog15895 .) 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 document
25898 (WebCore::NodeRareData::setTreeScope):