HighPriorityProperties  765 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
HighPriorityProperties  947 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, result, false, RuleRange(0, result.matchedProperties.size() - 1), inheritedOnly);
HighPriorityProperties 1077 Source/core/css/resolver/StyleResolver.cpp     applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations);
HighPriorityProperties 1078 Source/core/css/resolver/StyleResolver.cpp     applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForTransitions);
HighPriorityProperties 1169 Source/core/css/resolver/StyleResolver.cpp     case HighPriorityProperties:
HighPriorityProperties 1201 Source/core/css/resolver/StyleResolver.cpp         if (pass == HighPriorityProperties && property == CSSPropertyLineHeight)
HighPriorityProperties 1301 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, matchResult, false, RuleRange(0, matchResult.matchedProperties.size() - 1), applyInheritedOnly);
HighPriorityProperties 1302 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.authorRuleRange(), applyInheritedOnly);
HighPriorityProperties 1303 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.userRuleRange(), applyInheritedOnly);
HighPriorityProperties 1304 Source/core/css/resolver/StyleResolver.cpp     applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.UARuleRange(), applyInheritedOnly);