Searched refs:HighPriorityProperties (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 725 …applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForKeyframe() 910 …applyMatchedProperties<HighPriorityProperties>(state, result, false, 0, result.matchedProperties.s… in styleForPage() 1039 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties() 1040 applyAnimatedProperties<HighPriorityProperties>(state, activeInterpolationsForTransitions); in applyAnimatedProperties() 1265 template<> CSSPropertyID StyleResolver::firstCSSPropertyId<StyleResolver::HighPriorityProperties>() in firstCSSPropertyId() 1272 template<> CSSPropertyID StyleResolver::lastCSSPropertyId<StyleResolver::HighPriorityProperties>() in lastCSSPropertyId() 1376 if (pass == HighPriorityProperties && property == CSSPropertyLineHeight) in applyProperties() 1470 …applyMatchedProperties<HighPriorityProperties>(state, matchResult, false, 0, matchResult.matchedPr… in applyMatchedProperties() 1471 …applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.firstA… in applyMatchedProperties() 1472 …applyMatchedProperties<HighPriorityProperties>(state, matchResult, true, matchResult.ranges.firstU… in applyMatchedProperties() [all …]
|
D | StyleResolver.h | 263 HighPriorityProperties, enumerator
|