Home
last modified time | relevance | path

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

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.cpp90 if (cssValueId == CSSValueButtonface) in systemColor()
H A DRenderThemeChromiumWin.cpp362 case CSSValueButtonface: return COLOR_BTNFACE; in cssValueIdToSysColorIndex()
H A DRenderThemeWinCE.cpp293 case CSSValueButtonface: return COLOR_BTNFACE; in cssValueIdToSysColorIndex()
H A DRenderTheme.cpp1035 case CSSValueButtonface: in systemColor()
H A DRenderThemeWin.cpp987 case CSSValueButtonface: return COLOR_BTNFACE; in cssValueIdToSysColorIndex()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/generated/
H A DCSSValueKeywords.h99 const int CSSValueButtonface = 89; variable
H A DCSSValueKeywords.cpp601 {"buttonface", CSSValueButtonface}, in findValueImpl()