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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumDefault.h74 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderThemeChromiumMac.h109 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderTheme.h245 virtual bool paintSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:blink::RenderTheme
H A DRenderThemeChromiumDefault.cpp444 bool RenderThemeChromiumDefault::paintSliderThumb(RenderObject* o, const PaintInfo& i, const IntRect& rect) function in class:blink::RenderThemeChromiumDefault
H A DRenderTheme.cpp282 return paintSliderThumb(o, paintInfo, r);
H A DRenderThemeChromiumMac.mm1335 bool RenderThemeChromiumMac::paintSliderThumb(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)

Completed in 2517 milliseconds