Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.cpp2420 const Element* ancestorShadowHost = shadowRoot->shadowHost(); in isInDescendantTreeOf() local
2421 if (ancestorShadowHost == shadowHost) in isInDescendantTreeOf()
2423 shadowRoot = ancestorShadowHost->containingShadowRoot(); in isInDescendantTreeOf()