Searched refs:supportsControlTints (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/scroll/
H A DScrollbarThemeMacCommon.h44 virtual bool supportsControlTints() const OVERRIDE { return true; }
H A DScrollbarTheme.h55 virtual bool supportsControlTints() const { return false; } function in class:WebCore::ScrollbarTheme
H A DScrollbar.cpp186 if (context->updatingControlTints() && theme()->supportsControlTints()) {
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumMac.h43 virtual bool supportsControlTints() const OVERRIDE { return true; }
H A DRenderTheme.h100 virtual bool supportsControlTints() const { return false; } function in class:WebCore::RenderTheme
/external/chromium_org/third_party/WebKit/Source/core/frame/
H A DFrameView.cpp2643 if (!RenderTheme::theme().supportsControlTints() && !hasCustomScrollbars())

Completed in 151 milliseconds