Home
last modified time | relevance | path

Searched refs:controlSupportsTints (Results 1 – 21 of 21) sorted by relevance

/external/webkit/Source/WebCore/rendering/
DRenderThemeChromiumLinux.h44 virtual bool controlSupportsTints(const RenderObject*) const;
DRenderThemeSafari.h58 virtual bool controlSupportsTints(const RenderObject*) const;
DRenderThemeMac.h47 virtual bool controlSupportsTints(const RenderObject*) const;
DRenderThemeChromiumLinux.cpp101 bool RenderThemeChromiumLinux::controlSupportsTints(const RenderObject* o) const in controlSupportsTints() function in WebCore::RenderThemeChromiumLinux
DRenderTheme.h106 virtual bool controlSupportsTints(const RenderObject*) const { return false; } in controlSupportsTints() function
DRenderTheme.cpp255 if (controlSupportsTints(o)) in paint()
DRenderThemeSafari.cpp327 bool RenderThemeSafari::controlSupportsTints(const RenderObject* o) const in controlSupportsTints() function in WebCore::RenderThemeSafari
DRenderThemeMac.mm612 bool RenderThemeMac::controlSupportsTints(const RenderObject* o) const
/external/webkit/Source/WebCore/platform/wx/
DRenderThemeWx.cpp92 virtual bool controlSupportsTints(const RenderObject*) const;
178 bool RenderThemeWx::controlSupportsTints(const RenderObject* o) const in controlSupportsTints() function in WebCore::RenderThemeWx
/external/webkit/Source/WebCore/platform/qt/
DRenderThemeQt.h60 virtual bool controlSupportsTints(const RenderObject*) const;
DRenderThemeQt.cpp322 bool RenderThemeQt::controlSupportsTints(const RenderObject* o) const in controlSupportsTints() function in WebCore::RenderThemeQt
/external/webkit/Source/WebCore/platform/efl/
DRenderThemeEfl.h85 virtual bool controlSupportsTints(const RenderObject*) const;
DRenderThemeEfl.cpp787 bool RenderThemeEfl::controlSupportsTints(const RenderObject* object) const in controlSupportsTints() function in WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
DRenderThemeGtk.h54 virtual bool controlSupportsTints(const RenderObject*) const;
DRenderThemeGtk.cpp150 bool RenderThemeGtk::controlSupportsTints(const RenderObject* o) const in controlSupportsTints() function in WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/
DChangeLog-2006-12-313407 (WebCore::RenderThemeMac::controlSupportsTints):
15209 (WebCore::RenderTheme::controlSupportsTints):
37749 (WebCore::RenderThemeQt::controlSupportsTints):
DChangeLog-2007-10-1426738 (WebCore::RenderThemeSafari::controlSupportsTints):
44164 (WebCore::RenderThemeMac::controlSupportsTints): Added a comment about the NSCell
54566 (WebCore::RenderThemeQt::controlSupportsTints):
DChangeLog-2009-06-1677553 (WebCore::RenderThemeWx::controlSupportsTints):
77579 (WebCore::RenderThemeQt::controlSupportsTints):
77613 (WebCore::RenderThemeMac::controlSupportsTints):
77627 (WebCore::RenderThemeSafari::controlSupportsTints):
DChangeLog-2005-08-237634 (khtml::RenderTheme::controlSupportsTints):
7637 (khtml::RenderThemeMac::controlSupportsTints):
DChangeLog-2008-08-1076077 (WebCore::RenderThemeGtk::controlSupportsTints):
78522 (WebCore::RenderThemeGtk::controlSupportsTints): copied from Qt and Safari ports
DChangeLog53465 (WebCore::RenderThemeEfl::controlSupportsTints):