HomeSort by relevance Sort by last modified time
    Searched refs:StaysWithinTreeScope (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/
SelectorChecker.h 53 StaysWithinTreeScope = 2,
SelectorChecker.cpp 93 // If behaviorAtBoundary is StaysWithInTreeScope, we cannot walk up from a shadow root to its shadow host.
94 return (context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) != SelectorChecker::StaysWithinTreeScope ? context.element->parentOrShadowHostElement() : context.element->parentElement();
121 return context.element == context.scope && (context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) != SelectorChecker::StaysWithinTreeScope;
298 if (context.scope && context.scope->treeScope() == context.element->treeScope() && (context.behaviorAtBoundary & BoundaryBehaviorMask) != StaysWithinTreeScope)
    [all...]
ElementRuleCollector.cpp 389 collectMatchingRules(MatchRequest(ruleSet), ruleRange, SelectorChecker::StaysWithinTreeScope);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
SelectorQuery.cpp 153 selectorCheckingContext.behaviorAtBoundary = SelectorChecker::StaysWithinTreeScope;

Completed in 1747 milliseconds