Searched refs:HighPriorityProperties (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 676 …applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForKeyframe() 860 …applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForPage() 986 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties() 987 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForTransitions); in applyAnimatedProperties() 1236 template<> CSSPropertyID StyleResolver::firstCSSPropertyId<StyleResolver::HighPriorityProperties>() in firstCSSPropertyId() 1243 template<> CSSPropertyID StyleResolver::lastCSSPropertyId<StyleResolver::HighPriorityProperties>() in lastCSSPropertyId() 1341 if (pass == HighPriorityProperties && property == CSSPropertyLineHeight) in applyProperties() 1428 …applyMatchedProperties<HighPriorityProperties>(state, matchResult, false, 0, matchResult.matchedPr… in applyMatchedProperties() 1429 …applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.firstA… in applyMatchedProperties() 1430 …applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.firstU… in applyMatchedProperties()
|
D | StyleResolver.h | 239 HighPriorityProperties, enumerator
|