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

/external/chromium_org/third_party/WebKit/Source/core/events/
H A DEventPath.cpp117 ShadowRoot* containingShadowRoot = insertionPoint->containingShadowRoot(); local
118 ASSERT(containingShadowRoot);
119 if (!containingShadowRoot->isOldest())
120 addNodeEventContext(containingShadowRoot->olderShadowRoot());
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DNode.cpp1116 if (ShadowRoot* root = containingShadowRoot())
1121 ShadowRoot* Node::containingShadowRoot() const function in class:blink::Node
2362 ASSERT(insertionPoint->containingShadowRoot());
2363 if (insertionPoint->containingShadowRoot()->type() != ShadowRoot::UserAgentShadowRoot)

Completed in 1150 milliseconds