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

  /external/webkit/Source/WebCore/platform/chromium/
PlatformThemeChromiumGtk.h 53 static unsigned thumbInactiveColor() { return s_thumbInactiveColor; }
64 static unsigned s_thumbInactiveColor;
PlatformThemeChromiumGtk.cpp 36 unsigned PlatformThemeChromiumGtk::s_thumbInactiveColor = 0xeaeaea;
43 s_thumbInactiveColor = inactiveColor;

Completed in 118 milliseconds