Searched refs:paintTextArea (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumSkia.h | 78 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
|
D | RenderThemeChromiumMac.h | 99 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&);
|
D | RenderTheme.h | 240 virtual bool paintTextArea(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintTextArea() function
|
D | RenderThemeChromiumSkia.cpp | 190 bool RenderThemeChromiumSkia::paintTextArea(RenderObject* o, const PaintInfo& i, const IntRect& r) in paintTextArea() function in WebCore::RenderThemeChromiumSkia
|
D | RenderTheme.cpp | 381 return paintTextArea(o, paintInfo, r); in paintBorderOnly()
|
D | RenderThemeChromiumMac.mm | 845 bool RenderThemeChromiumMac::paintTextArea(RenderObject* o, const PaintInfo& paintInfo, const IntRe…
|