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

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScopeAdopter.cpp110 node->setTreeScope(m_newScope);
H A DTreeScope.cpp77 m_rootNode->setTreeScope(this);
88 m_rootNode->setTreeScope(this);
102 m_rootNode->setTreeScope(noDocumentInstance());
H A DNode.h817 void setTreeScope(TreeScope* scope) { m_treeScope = scope; } function in class:WebCore::Node

Completed in 80 milliseconds