Home
last modified time | relevance | path

Searched defs:MatchRanges (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DMatchResult.h42 struct MatchRanges { struct
43MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1), firstUse… in MatchRanges() function
44 int firstUARule;
45 int lastUARule;
46 int firstAuthorRule;
47 int lastAuthorRule;
48 int firstUserRule;
49 int lastUserRule;
50 RuleRange UARuleRange() { return RuleRange(firstUARule, lastUARule); } in UARuleRange()
74 MatchRanges ranges; argument