Searched refs:PlatformThemeChromiumGtk (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/chromium/
H A DPlatformThemeChromiumGtk.h41 class PlatformThemeChromiumGtk { class in namespace:WebCore
62 PlatformThemeChromiumGtk() {} function in class:WebCore::PlatformThemeChromiumGtk
H A DPlatformThemeChromiumGtk.cpp32 #include "PlatformThemeChromiumGtk.h"
36 unsigned PlatformThemeChromiumGtk::s_thumbInactiveColor = 0xeaeaea;
37 unsigned PlatformThemeChromiumGtk::s_thumbActiveColor = 0xf4f4f4;
38 unsigned PlatformThemeChromiumGtk::s_trackColor = 0xd3d3d3;
40 void PlatformThemeChromiumGtk::setScrollbarColors(
53 SkColor PlatformThemeChromiumGtk::saturateAndBrighten(const SkScalar hsv[3], SkScalar saturateAmount, SkScalar brightenAmount)
62 SkColor PlatformThemeChromiumGtk::outlineColor(const SkScalar hsv1[3], const SkScalar hsv2[3])
100 void PlatformThemeChromiumGtk::paintArrowButton(GraphicsContext* gc, const IntRect& rect, ArrowDirection direction, ControlStates states)
/external/webkit/Source/WebKit/chromium/src/
H A DWebViewImpl.cpp83 #include "PlatformThemeChromiumGtk.h"
2082 PlatformThemeChromiumGtk::setScrollbarColors(inactiveColor,

Completed in 149 milliseconds