Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderThemeChromiumSkia.h78 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
DRenderThemeChromiumMac.h99 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
DRenderTheme.h240 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextArea() function
DRenderThemeChromiumSkia.cpp190 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextArea() function in WebCore::RenderThemeChromiumSkia
DRenderTheme.cpp381 return paintTextArea(o, paintInfo, r); in paintBorderOnly()
DRenderThemeChromiumMac.mm845 bool RenderThemeChromiumMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRe…