Searched refs:ScopeIsShadowHost (Results 1 – 5 of 5) sorted by relevance
56 ScopeIsShadowHost = 8, enumerator59 …ScopeIsShadowHostInPseudoHostParameter = CrossesBoundary | ScopeIsShadowHost | TreatShadowHostAsNo…183 …return (behaviorAtBoundary & (ScopeIsShadowHost | TreatShadowHostAsNormalScope)) == ScopeIsShadowH… in isHostInItsShadowTree()
90 if (!(context.behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost)) in parentElement()104 if (!(context.behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost)) in scopeContainsLastMatchedElement()347 …ertionPoints[i]->containingShadowRoot()->shadowHost() && !(behaviorAtBoundary & ScopeIsShadowHost)) in matchForShadowDistributed()348 …ntext.behaviorAtBoundary = static_cast<BehaviorAtBoundary>(behaviorAtBoundary | ScopeIsShadowHost); in matchForShadowDistributed()857 …if (!context.scope || !(context.behaviorAtBoundary & ScopeIsShadowHost) || context.scope != elemen… in checkOne()
132 …if (element->isInShadowTree() && (behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost) && scop… in rulesApplicableInCurrentTreeScope()
141 behaviorAtBoundary |= SelectorChecker::ScopeIsShadowHost; in collectMatchingAuthorRules()
429 boundaryBehavior |= SelectorChecker::ScopeIsShadowHost; in collectTreeBoundaryCrossingRules()