Searched refs:paintInnerSpinButton (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/core/rendering/ |
D | RenderThemeChromiumDefault.h | 80 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&);
|
D | RenderThemeChromiumWin.h | 81 virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
|
D | RenderTheme.h | 235 …virtual bool paintInnerSpinButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } in paintInnerSpinButton() function
|
D | RenderThemeChromiumDefault.cpp | 479 bool RenderThemeChromiumDefault::paintInnerSpinButton(RenderObject* o, const PaintInfo& i, const In… in paintInnerSpinButton() function in WebCore::RenderThemeChromiumDefault
|
D | RenderThemeChromiumWin.cpp | 591 bool RenderThemeChromiumWin::paintInnerSpinButton(RenderObject* object, const PaintInfo& info, cons… in paintInnerSpinButton() function in WebCore::RenderThemeChromiumWin
|
D | RenderTheme.cpp | 287 return paintInnerSpinButton(o, paintInfo, r); in paint()
|