Searched refs:isHostInItsShadowTree (Results 1 – 2 of 2) sorted by relevance
125 … static bool isHostInItsShadowTree(const Element&, BehaviorAtBoundary, const ContainerNode* scope);181 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behav… in isHostInItsShadowTree() function
468 …bool elementIsHostInItsShadowTree = isHostInItsShadowTree(element, context.behaviorAtBoundary, con… in checkOne()