Home
last modified time | relevance | path

Searched refs:m_newScope (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
DTreeScopeAdopter.h39 bool needsScopeChange() const { return m_oldScope != m_newScope; } in needsScopeChange()
54 TreeScope& m_newScope; variable
60 , m_newScope(newScope) in TreeScopeAdopter()
DTreeScopeAdopter.cpp49 Document* newDocument = m_newScope.documentScope(); in moveTreeToNewScope()
75 shadow->setParentTreeScope(&m_newScope); in moveTreeToNewScope()
109 m_newScope.guardRef(); in updateTreeScope()
111 node.setTreeScope(&m_newScope); in updateTreeScope()