Home
last modified time | relevance | path

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

/dports/www/kf5-khtml/khtml-5.89.0/src/css/
H A Dcssvalues.h48 #define CSS_VAL_SMALL 38 macro
H A Dcssvalues.c285 {"small", CSS_VAL_SMALL}, in findValue()
H A Dcssstyleselector.cpp3730 case CSS_VAL_SMALL: size = fontSizes[2]; break; in applyRule()
4529 case CSS_VAL_SMALL: in applyRule()
H A Dcssparser.cpp1149 if (id == CSS_VAL_SMALL || id == CSS_VAL_LARGE || id == CSS_VAL_MEDIUM) { in parseValue()
/dports/www/kf5-khtml/khtml-5.89.0/src/html/
H A Dhtml_inlineimpl.cpp313 case 2: size = CSS_VAL_SMALL; break; in parseAttribute()
/dports/www/kf5-khtml/khtml-5.89.0/src/editing/
H A Djsediting.cpp236 case 2: size = CSS_VAL_SMALL; break; in execFontSize()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/
H A DChangeLog-2002-12-038972 size 3 be the same as CSS_VAL_SMALL, not CSS_VAL_MEDIUM. This mistake (using
8975 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.