Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScope.cpp76 m_rootNode->setTreeScope(this); in TreeScope()
87 m_rootNode->setTreeScope(this); in TreeScope()
101 m_rootNode->setTreeScope(0); in ~TreeScope()
DTreeScopeAdopter.cpp111 node.setTreeScope(&m_newScope); in updateTreeScope()
DNode.h807 void setTreeScope(TreeScope* scope) { m_treeScope = scope; } in setTreeScope() function