Searched refs:s_thumbInactiveColor (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/platform/chromium/
H A DPlatformThemeChromiumDefault.h53 static unsigned thumbInactiveColor() { return s_thumbInactiveColor; }
64 static unsigned s_thumbInactiveColor; member in class:WebCore::PlatformThemeChromiumDefault
H A DPlatformThemeChromiumDefault.cpp36 unsigned PlatformThemeChromiumDefault::s_thumbInactiveColor = 0xeaeaea; member in class:WebCore::PlatformThemeChromiumDefault
43 s_thumbInactiveColor = inactiveColor;

Completed in 85 milliseconds