paintTextArea     366 Source/core/rendering/RenderTheme.cpp         return paintTextArea(o, paintInfo, r);
paintTextArea     234 Source/core/rendering/RenderTheme.h     virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
paintTextArea     100 Source/core/rendering/RenderThemeChromiumMac.h     virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
paintTextArea      77 Source/core/rendering/RenderThemeChromiumSkia.h     virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;