Home
last modified time | relevance | path

Searched defs:supportsControlTints (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
DScrollbarThemeMacCommon.h41 virtual bool supportsControlTints() const OVERRIDE { return true; } in supportsControlTints() function
DScrollbarTheme.h55 virtual bool supportsControlTints() const { return false; } in supportsControlTints() function
/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderScrollbarTheme.h44 virtual bool supportsControlTints() const OVERRIDE { return true; } in supportsControlTints() function
DRenderThemeChromiumMac.h43 virtual bool supportsControlTints() const OVERRIDE { return true; } in supportsControlTints() function
DRenderThemeChromiumDefault.cpp223 bool RenderThemeChromiumDefault::supportsControlTints() const in supportsControlTints() function in WebCore::RenderThemeChromiumDefault
DRenderTheme.h103 virtual bool supportsControlTints() const { return false; } in supportsControlTints() function