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

  /external/chromium_org/third_party/WebKit/Source/core/css/resolver/
MatchResult.h 43 MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1), firstUserRule(-1), lastUserRule(-1) { }
45 int lastUARule;
50 RuleRange UARuleRange() { return RuleRange(firstUARule, lastUARule); }
83 && a.lastUARule == b.lastUARule
StyleResolver.cpp 432 collector.matchedResult().ranges.lastUARule = collector.matchedResult().matchedProperties.size() - 1;
    [all...]

Completed in 23 milliseconds