HomeSort by relevance Sort by last modified time
    Searched refs:PlatformThemeChromiumGtk (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.h 41 class PlatformThemeChromiumGtk {
62 PlatformThemeChromiumGtk() {}
PlatformThemeChromiumGtk.cpp 32 #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/
WebViewImpl.cpp 83 #include "PlatformThemeChromiumGtk.h"
    [all...]

Completed in 256 milliseconds