Searched refs:cssValueId (Results 1 – 17 of 17) sorted by relevance
86 Color RenderThemeChromiumLinux::systemColor(int cssValueId) const in systemColor()90 if (cssValueId == CSSValueButtonface) in systemColor()92 return RenderTheme::systemColor(cssValueId); in systemColor()
355 static int cssValueIdToSysColorIndex(int cssValueId) in cssValueIdToSysColorIndex() argument357 switch (cssValueId) { in cssValueIdToSysColorIndex()390 Color RenderThemeChromiumWin::systemColor(int cssValueId) const in systemColor()392 int sysColorIndex = cssValueIdToSysColorIndex(cssValueId); in systemColor()394 return RenderTheme::systemColor(cssValueId); in systemColor()
286 static int cssValueIdToSysColorIndex(int cssValueId) in cssValueIdToSysColorIndex() argument288 switch (cssValueId) { in cssValueIdToSysColorIndex()321 Color RenderThemeWinCE::systemColor(int cssValueId) const in systemColor()323 int sysColorIndex = cssValueIdToSysColorIndex(cssValueId); in systemColor()325 return RenderTheme::systemColor(cssValueId); in systemColor()
70 virtual void systemFont(int cssValueId, FontDescription&) const;96 virtual Color systemColor(int cssValueId) const;
62 virtual Color systemColor(int cssValueId) const;
157 virtual void systemFont(int cssValueId, FontDescription&) const = 0;158 virtual Color systemColor(int cssValueId) const;
980 static int cssValueIdToSysColorIndex(int cssValueId) in cssValueIdToSysColorIndex() argument982 switch (cssValueId) { in cssValueIdToSysColorIndex()1015 Color RenderThemeWin::systemColor(int cssValueId) const in systemColor()1017 int sysColorIndex = cssValueIdToSysColorIndex(cssValueId); in systemColor()1019 return RenderTheme::systemColor(cssValueId); in systemColor()
66 virtual Color systemColor(int cssValueId) const;
67 virtual Color systemColor(int cssValueId) const;
222 void RenderThemeMac::systemFont(int cssValueId, FontDescription& fontDescription) const234 switch (cssValueId) {357 Color RenderThemeMac::systemColor(int cssValueId) const359 if (m_systemColorCache.contains(cssValueId))360 return m_systemColorCache.get(cssValueId);363 switch (cssValueId) {462 color = RenderTheme::systemColor(cssValueId);465 m_systemColorCache.set(cssValueId, color.rgb());
1023 Color RenderTheme::systemColor(int cssValueId) const in systemColor()1025 switch (cssValueId) { in systemColor()
718 Color RenderThemeGtk::systemColor(int cssValueId) const in systemColor()720 switch (cssValueId) { in systemColor()726 return RenderTheme::systemColor(cssValueId); in systemColor()
84 virtual Color systemColor(int cssValueId) const;
915 Color RenderThemeGtk::systemColor(int cssValueId) const in systemColor()919 switch (cssValueId) { in systemColor()927 return RenderTheme::systemColor(cssValueId); in systemColor()
76 virtual Color systemColor(int cssValueId) const;
433 Color RenderThemeQt::systemColor(int cssValueId) const in systemColor()436 switch (cssValueId) { in systemColor()442 return RenderTheme::systemColor(cssValueId); in systemColor()
6957 static Color colorForCSSValue(int cssValueId) in colorForCSSValue() argument6960 int cssValueId; in colorForCSSValue() member6987 for (const ColorValue* col = colorValues; col->cssValueId; ++col) { in colorForCSSValue()6988 if (col->cssValueId == cssValueId) in colorForCSSValue()6991 return RenderTheme::defaultTheme()->systemColor(cssValueId); in colorForCSSValue()