Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderListMarker.cpp412 case DecimalListStyle: in effectiveListMarkerType()
436 return (value < 1 || value > 99999999) ? DecimalListStyle : type; in effectiveListMarkerType()
438 return (value < 0) ? DecimalListStyle : type; in effectiveListMarkerType()
440 return (value < 1 || value > 19999) ? DecimalListStyle : type; in effectiveListMarkerType()
442 return (value < 0 || value > 999999) ? DecimalListStyle : type; in effectiveListMarkerType()
445 return (value < 1 || value > 3999) ? DecimalListStyle : type; in effectiveListMarkerType()
493 return (value < 1) ? DecimalListStyle : type; in effectiveListMarkerType()
553 case DecimalListStyle: in listMarkerSuffix()
630 case DecimalListStyle: in listMarkerText()
1220 case DecimalListStyle: in updateContent()
[all …]
/external/chromium_org/third_party/WebKit/Source/core/paint/
DListMarkerPainter.cpp91 case DecimalListStyle: in paint()
/external/chromium_org/third_party/WebKit/Source/core/rendering/style/
DRenderStyleConstants.h223 DecimalListStyle, enumerator
/external/chromium_org/third_party/WebKit/Source/core/css/
DCSSPrimitiveValueMappings.h1656 case DecimalListStyle: in CSSPrimitiveValue()