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

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumLinux.h44 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeSafari.h58 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderTheme.h106 virtual bool controlSupportsTints(const RenderObject*) const { return false; } function in class:WebCore::RenderTheme
H A DRenderThemeMac.h47 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeChromiumLinux.cpp101 bool RenderThemeChromiumLinux::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeChromiumLinux
H A DRenderTheme.cpp255 if (controlSupportsTints(o))
H A DRenderThemeSafari.cpp327 bool RenderThemeSafari::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeSafari
H A DRenderThemeMac.mm612 bool RenderThemeMac::controlSupportsTints(const RenderObject* o) const
/external/webkit/Source/WebCore/platform/wx/
H A DRenderThemeWx.cpp92 virtual bool controlSupportsTints(const RenderObject*) const;
178 bool RenderThemeWx::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeWx
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h85 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeEfl.cpp787 bool RenderThemeEfl::controlSupportsTints(const RenderObject* object) const function in class:WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h54 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeGtk.cpp150 bool RenderThemeGtk::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h60 virtual bool controlSupportsTints(const RenderObject*) const;
H A DRenderThemeQt.cpp322 bool RenderThemeQt::controlSupportsTints(const RenderObject* o) const function in class:WebCore::RenderThemeQt

Completed in 157 milliseconds