Searched refs:CSS_VAL_SMALL (Results 1 – 7 of 7) sorted by relevance
48 #define CSS_VAL_SMALL 38 macro
285 {"small", CSS_VAL_SMALL}, in findValue()
3730 case CSS_VAL_SMALL: size = fontSizes[2]; break; in applyRule()4529 case CSS_VAL_SMALL: in applyRule()
1149 if (id == CSS_VAL_SMALL || id == CSS_VAL_LARGE || id == CSS_VAL_MEDIUM) { in parseValue()
313 case 2: size = CSS_VAL_SMALL; break; in parseAttribute()
236 case 2: size = CSS_VAL_SMALL; break; in execFontSize()
8972 size 3 be the same as CSS_VAL_SMALL, not CSS_VAL_MEDIUM. This mistake (using8975 code so that 0 is treated as CSS_VAL_SMALL (same as 3) rather than CSS_VAL_XX_SMALL.8981 Make default font size be CSS_VAL_SMALL, not CSS_VAL_MEDIUM.