Searched refs:isInDescendantTreeOf (Results 1 – 3 of 3) sorted by relevance
320 bool isInDescendantTreeOf(const Element* shadowHost) const;
2444 bool Element::isInDescendantTreeOf(const Element* shadowHost) const in isInDescendantTreeOf() function in WebCore::Element
428 if (element->isInDescendantTreeOf(toShadowRoot(scopingNode)->host())) in collectTreeBoundaryCrossingRules()