Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/dom/
DElement.h320 bool isInDescendantTreeOf(const Element* shadowHost) const;
DElement.cpp2444 bool Element::isInDescendantTreeOf(const Element* shadowHost) const in isInDescendantTreeOf() function in WebCore::Element
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp428 if (element->isInDescendantTreeOf(toShadowRoot(scopingNode)->host())) in collectTreeBoundaryCrossingRules()