Home
last modified time | relevance | path

Searched refs:lastAuthorRule (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchResult.h43 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;
DStyleResolver.cpp380 …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/
DElementRuleCollector.cpp113 m_result.ranges.lastAuthorRule = m_result.matchedProperties.size(); in addElementStyleProperties()
115 m_result.ranges.firstAuthorRule = m_result.ranges.lastAuthorRule; in addElementStyleProperties()