Home
last modified time | relevance | path

Searched refs:firstHighPriorityProperty (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1252 const CSSPropertyID firstHighPriorityProperty = CSSPropertyColor; in isPropertyForPass() local
1254 …COMPILE_ASSERT(lastAnimationProperty + 1 == firstHighPriorityProperty, CSS_color_is_first_high_pri… in isPropertyForPass()
1255 …COMPILE_ASSERT(CSSPropertyLineHeight == firstHighPriorityProperty + 17, CSS_line_height_is_end_of_… in isPropertyForPass()
1263 return property >= firstHighPriorityProperty && property <= lastHighPriorityProperty; in isPropertyForPass()