HomeSort by relevance Sort by last modified time
    Searched refs:MatchRanges (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h 42 struct MatchRanges {
43 MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1), firstUserRule(-1), lastUserRule(-1) { }
74 MatchRanges ranges;
80 inline bool operator==(const MatchRanges& a, const MatchRanges& b)
90 inline bool operator!=(const MatchRanges& a, const MatchRanges& b)
MatchedPropertiesCache.h 40 MatchRanges ranges;

Completed in 50 milliseconds