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

/external/webkit/Source/WebCore/platform/chromium/
H A DScrollbarThemeChromiumMac.h46 virtual bool supportsControlTints() const { return true; } function in class:WebCore::ScrollbarThemeChromiumMac
/external/webkit/Source/WebCore/platform/win/
H A DScrollbarThemeSafari.h41 virtual bool supportsControlTints() const { return true; } function in class:WebCore::ScrollbarThemeSafari
/external/webkit/Source/WebCore/platform/mac/
H A DScrollbarThemeMac.h43 virtual bool supportsControlTints() const { return true; } function in class:WebCore::ScrollbarThemeMac
/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h91 virtual bool supportsControlTints() const;
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 DRenderTheme.h112 virtual bool supportsControlTints() const { return false; } function in class:WebCore::RenderTheme
H A DRenderThemeMac.h50 virtual bool supportsControlTints() const { return true; } function in class:WebCore::RenderThemeMac
H A DRenderThemeChromiumLinux.cpp160 bool RenderThemeChromiumLinux::supportsControlTints() const function in class:WebCore::RenderThemeChromiumLinux
/external/webkit/Source/WebCore/platform/
H A DScrollbarTheme.h52 virtual bool supportsControlTints() const { return false; } function in class:WebCore::ScrollbarTheme
H A DScrollbar.cpp161 if (context->updatingControlTints() && theme()->supportsControlTints()) {
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h88 virtual bool supportsControlTints() const { return true; } function in class:WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h57 virtual bool supportsControlTints() const { return true; } function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h63 virtual bool supportsControlTints() const;
H A DRenderThemeQt.cpp335 bool RenderThemeQt::supportsControlTints() const function in class:WebCore::RenderThemeQt
/external/webkit/Source/WebCore/page/
H A DFrameView.cpp2326 if ((m_frame->contentRenderer() && m_frame->contentRenderer()->theme()->supportsControlTints()) || hasCustomScrollbars()) {

Completed in 150 milliseconds