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.h325 bool isInDescendantTreeOf(const Element* shadowHost) const;
DElement.cpp2373 bool Element::isInDescendantTreeOf(const Element* shadowHost) const in isInDescendantTreeOf() function in blink::Element
/external/chromium_org/third_party/WebKit/Source/core/css/
DSelectorChecker.cpp106 …owHost() && (!context.previousElement || context.previousElement->isInDescendantTreeOf(context.ele… in scopeContainsLastMatchedElement()