Searched defs:cascadeScope (Results 1 – 4 of 4) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.h | 51 …MatchedRule(const RuleData* ruleData, unsigned specificity, CascadeScope cascadeScope, CascadeOrde… in MatchedRule() 64 uint32_t cascadeScope() const { return m_cascadeScope; } in cascadeScope() function 137 …ataListType* rules, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, Cascade… in collectMatchingRulesForList()
|
D | ElementRuleCollector.cpp | 81 …tor::addMatchedRule(const RuleData* rule, unsigned specificity, CascadeScope cascadeScope, Cascade… in addMatchedRule() 136 …leRange& ruleRange, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, Cascade… in collectMatchingRules() 276 …RuleData& ruleData, SelectorChecker::ContextFlags contextFlags, CascadeScope cascadeScope, Cascade… in collectRuleIfMatches()
|
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | ScopedStyleResolver.cpp | 124 …rRules(ElementRuleCollector& collector, bool includeEmptyRules, CascadeScope cascadeScope, Cascade… in collectMatchingAuthorRules()
|
D | StyleResolver.cpp | 382 CascadeScope cascadeScope = 0; in matchAuthorRulesForShadowHost() local 423 CascadeScope cascadeScope = 0; in matchAuthorRules() local
|