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

/macosx-10.10/WebCore-7600.1.25/platform/win/
H A DScrollbarThemeSafari.h41 virtual bool supportsControlTints() const { return true; } function in class:WebCore::ScrollbarThemeSafari
/macosx-10.10/WebCore-7600.1.25/platform/ios/
H A DScrollbarThemeIOS.h42 virtual bool supportsControlTints() const override { return true; }
/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DScrollbarThemeMac.h46 virtual bool supportsControlTints() const { return true; } function in class:WebCore::ScrollbarThemeMac
/macosx-10.10/WebCore-7600.1.25/rendering/
H A DRenderScrollbarTheme.h45 virtual bool supportsControlTints() const { return true; } function in class:WebCore::RenderScrollbarTheme
H A DRenderThemeSafari.h61 virtual bool supportsControlTints() const { return true; } function in class:WebCore::RenderThemeSafari
H A DRenderThemeMac.h50 virtual bool supportsControlTints() const override { return true; }
H A DRenderTheme.h121 virtual bool supportsControlTints() const { return false; } function in class:WebCore::RenderTheme
/macosx-10.10/WebCore-7600.1.25/platform/
H A DScrollbarTheme.h58 virtual bool supportsControlTints() const { return false; } function in class:WebCore::ScrollbarTheme
H A DScrollbar.cpp175 if (context->updatingControlTints() && theme()->supportsControlTints()) {
/macosx-10.10/WebCore-7600.1.25/platform/efl/
H A DRenderThemeEfl.h81 virtual bool supportsControlTints() const override { return true; }
/macosx-10.10/WebCore-7600.1.25/platform/gtk/
H A DRenderThemeGtk.h56 virtual bool supportsControlTints() const override { return true; }
/macosx-10.10/WebCore-7600.1.25/page/
H A DFrameView.cpp3541 if ((renderView && renderView->theme().supportsControlTints()) || hasCustomScrollbars())

Completed in 110 milliseconds