Searched refs:paintTextArea (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.h77 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderThemeChromiumMac.h100 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderTheme.h232 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:WebCore::RenderTheme
H A DRenderThemeChromiumSkia.cpp185 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) function in class:WebCore::RenderThemeChromiumSkia
H A DRenderTheme.cpp349 return paintTextArea(o, paintInfo, r);
H A DRenderThemeChromiumMac.mm853 bool RenderThemeChromiumMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)

Completed in 298 milliseconds