Searched refs:behaviorAtBoundary (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.cpp | 120 …st ContainerNode* scopingNode, SelectorChecker::BehaviorAtBoundary behaviorAtBoundary, bool elemen… in rulesApplicableInCurrentTreeScope() argument 132 …if (element->isInShadowTree() && (behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost) && scop… in rulesApplicableInCurrentTreeScope() 135 …if ((behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) == SelectorChecker::CrossesBounda… in rulesApplicableInCurrentTreeScope() 140 …Request, RuleRange& ruleRange, SelectorChecker::BehaviorAtBoundary behaviorAtBoundary, CascadeScop… in collectMatchingRules() argument 149 …t(matchRequest.ruleSet->shadowPseudoElementRules(pseudoId.impl()), behaviorAtBoundary, ignoreCasca… in collectMatchingRules() 153 …collectMatchingRulesForList(matchRequest.ruleSet->cuePseudoRules(), behaviorAtBoundary, cascadeSco… in collectMatchingRules() 161 …& !rulesApplicableInCurrentTreeScope(&element, matchRequest.scope, behaviorAtBoundary, matchReques… in collectMatchingRules() 167 …chRequest.ruleSet->idRules(element.idForStyleResolution().impl()), behaviorAtBoundary, cascadeScop… in collectMatchingRules() 170 …(matchRequest.ruleSet->classRules(element.classNames()[i].impl()), behaviorAtBoundary, cascadeScop… in collectMatchingRules() 174 …MatchingRulesForList(matchRequest.ruleSet->linkPseudoClassRules(), behaviorAtBoundary, cascadeScop… in collectMatchingRules() [all …]
|
D | SelectorChecker.cpp | 86 …if ((context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) == SelectorChecker::Cross… in parentElement() 90 if (!(context.behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost)) in parentElement() 94 …return (context.behaviorAtBoundary & SelectorChecker::BoundaryBehaviorMask) != SelectorChecker::St… in parentElement() 99 if (!(context.behaviorAtBoundary & SelectorChecker::ScopeContainsLastMatchedElement)) in scopeContainsLastMatchedElement() 104 if (!(context.behaviorAtBoundary & SelectorChecker::ScopeIsShadowHost)) in scopeContainsLastMatchedElement() 121 …return context.element == context.scope && (context.behaviorAtBoundary & SelectorChecker::Boundary… in nextSelectorExceedsScope() 298 …ext.scope->treeScope() == context.element->treeScope() && (context.behaviorAtBoundary & BoundaryBe… in matchForRelation() 339 BehaviorAtBoundary behaviorAtBoundary = nextContext.behaviorAtBoundary; in matchForShadowDistributed() local 347 …e == insertionPoints[i]->containingShadowRoot()->shadowHost() && !(behaviorAtBoundary & ScopeIsSha… in matchForShadowDistributed() 348 …nextContext.behaviorAtBoundary = static_cast<BehaviorAtBoundary>(behaviorAtBoundary | ScopeIsShado… in matchForShadowDistributed() [all …]
|
D | SelectorChecker.h | 81 , behaviorAtBoundary(DoesNotCrossBoundary) in SelectorCheckingContext() 95 BehaviorAtBoundary behaviorAtBoundary; member 181 …::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behaviorAtBoundary, const Conta… in isHostInItsShadowTree() argument 183 …return (behaviorAtBoundary & (ScopeIsShadowHost | TreatShadowHostAsNormalScope)) == ScopeIsShadowH… in isHostInItsShadowTree()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | ScopedStyleResolver.cpp | 134 unsigned behaviorAtBoundary = SelectorChecker::DoesNotCrossBoundary; in collectMatchingAuthorRules() local 137 behaviorAtBoundary |= SelectorChecker::ScopeContainsLastMatchedElement; in collectMatchingAuthorRules() 141 behaviorAtBoundary |= SelectorChecker::ScopeIsShadowHost; in collectMatchingAuthorRules() 147 …quest, ruleRange, static_cast<SelectorChecker::BehaviorAtBoundary>(behaviorAtBoundary), cascadeSco… in collectMatchingAuthorRules() 148 …quest, ruleRange, static_cast<SelectorChecker::BehaviorAtBoundary>(behaviorAtBoundary), cascadeSco… in collectMatchingAuthorRules()
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
D | SelectorQuery.cpp | 153 selectorCheckingContext.behaviorAtBoundary = SelectorChecker::StaysWithinTreeScope; in selectorMatches()
|