Searched refs:DecimalListStyle (Results 1 – 4 of 4) sorted by relevance
412 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 …]
91 case DecimalListStyle: in paint()
223 DecimalListStyle, enumerator
1656 case DecimalListStyle: in CSSPrimitiveValue()