StaysWithinTreeScope  340 Source/core/css/ElementRuleCollector.cpp     collectMatchingRules(MatchRequest(ruleSet), ruleRange, SelectorChecker::StaysWithinTreeScope);
StaysWithinTreeScope   90 Source/core/css/SelectorChecker.cpp     if ((context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) != SelectorChecker::StaysWithinTreeScope)
StaysWithinTreeScope  127 Source/core/css/SelectorChecker.cpp     if ((context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) != SelectorChecker::StaysWithinTreeScope)
StaysWithinTreeScope  336 Source/core/css/SelectorChecker.cpp             if (context.scope && context.scope->treeScope() == context.element->treeScope() && (context.behaviorAtBoundary & BoundaryBehaviorMask) != StaysWithinTreeScope)
StaysWithinTreeScope  988 Source/core/css/SelectorChecker.cpp         subContext.behaviorAtBoundary = StaysWithinTreeScope;
StaysWithinTreeScope  121 Source/core/dom/SelectorQuery.cpp     selectorCheckingContext.behaviorAtBoundary = SelectorChecker::StaysWithinTreeScope;