Searched refs:paintSearchFieldCancelButton (Results 1 - 18 of 18) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumSkia.h81 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeWinCE.h100 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeSafari.h118 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeWin.h104 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderTheme.h280 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:WebCore::RenderTheme
H A DRenderThemeMac.h134 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeChromiumSkia.cpp274 bool RenderThemeChromiumSkia::paintSearchFieldCancelButton(RenderObject* cancelButtonObject, const PaintInfo& paintInfo, const IntRect& r) function in class:WebCore::RenderThemeChromiumSkia
H A DRenderTheme.cpp369 return paintSearchFieldCancelButton(o, paintInfo, r);
H A DRenderThemeWinCE.cpp371 bool RenderThemeWinCE::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) function in class:WebCore::RenderThemeWinCE
H A DRenderThemeSafari.cpp1081 bool RenderThemeSafari::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect&) function in class:WebCore::RenderThemeSafari
H A DRenderThemeWin.cpp869 bool RenderThemeWin::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) function in class:WebCore::RenderThemeWin
H A DRenderThemeMac.mm1470 bool RenderThemeMac::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
/external/webkit/Source/WebCore/platform/efl/
H A DRenderThemeEfl.h150 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeEfl.cpp1008 bool RenderThemeEfl::paintSearchFieldCancelButton(RenderObject* object, const PaintInfo& info, const IntRect& rect) function in class:WebCore::RenderThemeEfl
/external/webkit/Source/WebCore/platform/gtk/
H A DRenderThemeGtk.h136 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeGtk.cpp339 bool RenderThemeGtk::paintSearchFieldCancelButton(RenderObject* renderObject, const PaintInfo& paintInfo, const IntRect& rect) function in class:WebCore::RenderThemeGtk
/external/webkit/Source/WebCore/platform/qt/
H A DRenderThemeQt.h133 virtual bool paintSearchFieldCancelButton(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeQt.cpp1012 bool RenderThemeQt::paintSearchFieldCancelButton(RenderObject* o, const PaintInfo& pi, function in class:WebCore::RenderThemeQt

Completed in 63 milliseconds