Searched defs:containingShadowRoot (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1196 if (ShadowRoot* root = containingShadowRoot())
1203 if (ShadowRoot* root = containingShadowRoot())
1209 ShadowRoot* Node::containingShadowRoot() const function in class:WebCore::Node
2616 ASSERT(insertionPoint->containingShadowRoot());
2617 if (insertionPoint->containingShadowRoot()->type() == ShadowRoot::UserAgentShadowRoot)

Completed in 76 milliseconds