Searched refs:isHostInItsShadowTree (Results 1 – 3 of 3) sorted by relevance
124 static bool isHostInItsShadowTree(const Element&, const ContainerNode* scope);177 inline bool SelectorChecker::isHostInItsShadowTree(const Element& element, const ContainerNode* sco… in isHostInItsShadowTree() function
131 if (SelectorChecker::isHostInItsShadowTree(*element, scopingNode)) in rulesApplicableInCurrentTreeScope()
507 bool elementIsHostInItsShadowTree = isHostInItsShadowTree(element, context.scope); in checkOne()