Searched refs:LowPriorityProperties (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/css/resolver/ |
D | StyleResolver.cpp | 686 …applyMatchedProperties<LowPriorityProperties>(state, result, false, 0, result.matchedProperties.si… in styleForKeyframe() 869 …applyMatchedProperties<LowPriorityProperties>(state, result, false, 0, result.matchedProperties.si… in styleForPage() 991 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForAnimations); in applyAnimatedProperties() 992 applyAnimatedProperties<LowPriorityProperties>(state, activeInterpolationsForTransitions); in applyAnimatedProperties() 1256 template<> CSSPropertyID StyleResolver::firstCSSPropertyId<StyleResolver::LowPriorityProperties>() in firstCSSPropertyId() 1263 template<> CSSPropertyID StyleResolver::lastCSSPropertyId<StyleResolver::LowPriorityProperties>() in lastCSSPropertyId() 1460 …applyMatchedProperties<LowPriorityProperties>(state, matchResult, false, matchResult.ranges.firstU… in applyMatchedProperties() 1466 …applyMatchedProperties<LowPriorityProperties>(state, matchResult, false, matchResult.ranges.lastUA… in applyMatchedProperties() 1467 …applyMatchedProperties<LowPriorityProperties>(state, matchResult, true, matchResult.ranges.firstAu… in applyMatchedProperties() 1468 …applyMatchedProperties<LowPriorityProperties>(state, matchResult, true, matchResult.ranges.firstUA… in applyMatchedProperties()
|
D | StyleResolver.h | 240 LowPriorityProperties enumerator
|