Searched refs:controlSupportsTints (Results 1 - 15 of 15) sorted by relevance

/external/webkit/WebCore/rendering/
H A DRenderThemeChromiumLinux.h44 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeChromiumLinux.cpp84 bool RenderThemeChromiumLinux::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeChromiumLinux
H A DRenderThemeChromiumMac.h49 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeMac.h45 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeSafari.h58 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderTheme.h98 virtual bool controlSupportsTints(const RenderObject*) const { return false; } function in class:WebCore::RenderTheme
H A DRenderTheme.cpp227 if (controlSupportsTints(o))
H A DRenderThemeSafari.cpp326 bool RenderThemeSafari::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeSafari
H A DRenderThemeChromiumMac.mm647 bool RenderThemeChromiumMac::controlSupportsTints(const RenderObject* o) const
H A DRenderThemeMac.mm576 bool RenderThemeMac::controlSupportsTints(const RenderObject* o) const
/external/webkit/WebCore/platform/gtk/
H A DRenderThemeGtk.h59 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeGtk.cpp218 bool RenderThemeGtk::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeGtk
/external/webkit/WebCore/platform/wx/
H A DRenderThemeWx.cpp91 virtual bool controlSupportsTints(const RenderObject*) const;
177 bool RenderThemeWx::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeWx
/external/webkit/WebCore/platform/qt/
H A DRenderThemeQt.h54 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeQt.cpp192 bool RenderThemeQt::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeQt

Completed in 70 milliseconds