Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/css/resolver/
DStyleResolver.cpp1253 const CSSPropertyID lastHighPriorityProperty = CSSPropertyLineHeight; in isPropertyForPass() local
1256 COMPILE_ASSERT(CSSPropertyZoom == lastHighPriorityProperty - 1, CSS_zoom_is_before_line_height); in isPropertyForPass()
1263 return property >= firstHighPriorityProperty && property <= lastHighPriorityProperty; in isPropertyForPass()
1265 return property > lastHighPriorityProperty; in isPropertyForPass()