Home
last modified time | relevance | path

Searched refs:lastUARule (Results 1 – 2 of 2) 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()
45 int lastUARule; member
48 RuleRange UARuleRange() { return RuleRange(firstUARule, lastUARule); } in UARuleRange()
92 && a.lastUARule == b.lastUARule
DStyleResolver.cpp460 …collector.matchedResult().ranges.lastUARule = collector.matchedResult().matchedProperties.size() -… in matchUARules()
1430 … matchResult, true, matchResult.ranges.firstUARule, matchResult.ranges.lastUARule, applyInheritedO… in applyMatchedProperties()
1460 …matchResult, false, matchResult.ranges.firstUARule, matchResult.ranges.lastUARule, applyInheritedO… in applyMatchedProperties()
1466 …s<LowPriorityProperties>(state, matchResult, false, matchResult.ranges.lastUARule + 1, matchResult… in applyMatchedProperties()
1468 … matchResult, true, matchResult.ranges.firstUARule, matchResult.ranges.lastUARule, applyInheritedO… in applyMatchedProperties()