Searched refs:setParentTreeScope (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DTreeScopeAdopter.cpp76 shadow->setParentTreeScope(m_newScope);
H A DTreeScope.h151 void setParentTreeScope(TreeScope&);
H A DTreeScope.cpp134 void TreeScope::setParentTreeScope(TreeScope& newParentScope) function in class:WebCore::TreeScope
/external/chromium_org/third_party/WebKit/Source/core/dom/shadow/
H A DShadowRoot.h111 using TreeScope::setParentTreeScope;
H A DElementShadow.cpp155 shadowRoot->setParentTreeScope(shadowHost.treeScope());
179 oldRoot->setParentTreeScope(shadowHost->document());

Completed in 410 milliseconds