Searched refs:styleSheetIndex (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchRequest.h | 34 …const ContainerNode* scope = 0, bool elementApplyAuthorStyles = true, unsigned styleSheetIndex = 0) 39 , styleSheetIndex(styleSheetIndex) in ruleSet() 50 const unsigned styleSheetIndex; variable
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.h | 53 …signed specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex) in MatchedRule() argument 57 , m_styleSheetIndex(styleSheetIndex) in MatchedRule() 68 uint32_t styleSheetIndex() const { return m_styleSheetIndex; } in styleSheetIndex() function 126 …dRule(const RuleData*, unsigned specificity, CascadeScope, CascadeOrder, unsigned styleSheetIndex);
|
D | ElementRuleCollector.cpp | 80 …signed specificity, CascadeScope cascadeScope, CascadeOrder cascadeOrder, unsigned styleSheetIndex) in addMatchedRule() argument 84 …_matchedRules->append(MatchedRule(rule, specificity, cascadeScope, cascadeOrder, styleSheetIndex)); in addMatchedRule() 332 …tchedRule(&ruleData, result.specificity, cascadeScope, cascadeOrder, matchRequest.styleSheetIndex); in collectRuleIfMatches() 366 if (matchedRule1.styleSheetIndex() != matchedRule2.styleSheetIndex()) in compareRules() 367 return matchedRule1.styleSheetIndex() < matchedRule2.styleSheetIndex(); in compareRules()
|