Searched refs:firstAuthorRule (Results 1 – 3 of 3) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | MatchResult.h | 43 …MatchRanges() : firstUARule(-1), lastUARule(-1), firstAuthorRule(-1), lastAuthorRule(-1), firstUse… in MatchRanges() 46 int firstAuthorRule; member 51 RuleRange authorRuleRange() { return RuleRange(firstAuthorRule, lastAuthorRule); } in authorRuleRange() 84 && a.firstAuthorRule == b.firstAuthorRule
|
D | StyleResolver.cpp | 1375 …es<VariableDefinitions>(state, matchResult, true, matchResult.ranges.firstAuthorRule, matchResult.… in applyMatchedProperties() 1381 …es<AnimationProperties>(state, matchResult, true, matchResult.ranges.firstAuthorRule, matchResult.… in applyMatchedProperties() 1397 …HighPriorityProperties>(state, matchResult, true, matchResult.ranges.firstAuthorRule, matchResult.… in applyMatchedProperties() 1425 …<LowPriorityProperties>(state, matchResult, true, matchResult.ranges.firstAuthorRule, matchResult.… in applyMatchedProperties()
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | ElementRuleCollector.cpp | 113 if (m_result.ranges.firstAuthorRule == -1) in addElementStyleProperties() 114 m_result.ranges.firstAuthorRule = m_result.ranges.lastAuthorRule; in addElementStyleProperties()
|