Searched defs:behaviorAtBoundary (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.cpp | 120 …ment* element, const ContainerNode* scopingNode, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in rulesApplicableInCurrentTreeScope() 140 …atchRequest& matchRequest, RuleRange& ruleRange, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in collectMatchingRules() 181 …atchRequest& matchRequest, RuleRange& ruleRange, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in collectMatchingRulesForRegion() 259 … RuleData& ruleData, const ContainerNode* scope, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in ruleMatches() 300 …::collectRuleIfMatches(const RuleData& ruleData, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in collectRuleIfMatches() 338 …llectMatchingRulesForList(const RuleData* rules, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in collectMatchingRulesForList() 347 …chingRulesForList(const Vector<RuleData>* rules, SelectorChecker::BehaviorAtBoundary behaviorAtBou… in collectMatchingRulesForList()
|
D | SelectorChecker.h | 95 BehaviorAtBoundary behaviorAtBoundary; member 181 …torChecker::isHostInItsShadowTree(const Element& element, BehaviorAtBoundary behaviorAtBoundary, c… in isHostInItsShadowTree()
|
D | SelectorChecker.cpp | 339 BehaviorAtBoundary behaviorAtBoundary = nextContext.behaviorAtBoundary; in matchForShadowDistributed() local
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | ScopedStyleResolver.cpp | 134 unsigned behaviorAtBoundary = SelectorChecker::DoesNotCrossBoundary; in collectMatchingAuthorRules() local
|