Searched refs:lastAuthorRule (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchResult.h | 43 MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1) { } in MatchRanges() 47 int lastAuthorRule; member 49 RuleRange authorRuleRange() { return RuleRange(firstAuthorRule, lastAuthorRule); } in authorRuleRange() 94 && a.lastAuthorRule == b.lastAuthorRule;
|
D | StyleResolver.cpp | 380 …collector.matchedResult().ranges.lastAuthorRule = collector.matchedResult().matchedProperties.size… in matchAuthorRulesForShadowHost() 401 …collector.matchedResult().ranges.lastAuthorRule = collector.matchedResult().matchedProperties.size… in matchAuthorRules() 1429 …Result, true, matchResult.ranges.firstAuthorRule, matchResult.ranges.lastAuthorRule, applyInherite… in applyMatchedProperties() 1467 …Result, true, matchResult.ranges.firstAuthorRule, matchResult.ranges.lastAuthorRule, applyInherite… in applyMatchedProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.cpp | 113 m_result.ranges.lastAuthorRule = m_result.matchedProperties.size(); in addElementStyleProperties() 115 m_result.ranges.firstAuthorRule = m_result.ranges.lastAuthorRule; in addElementStyleProperties()
|