Searched refs:paintMediaSliderThumb (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.h93 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderMediaControls.cpp247 static bool paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in namespace:blink
373 return paintMediaSliderThumb(object, paintInfo, rect);
H A DRenderThemeChromiumMac.h175 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderTheme.h264 virtual bool paintMediaSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:blink::RenderTheme
H A DRenderThemeChromiumSkia.cpp309 bool RenderThemeChromiumSkia::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in class:blink::RenderThemeChromiumSkia
H A DRenderTheme.cpp297 return paintMediaSliderThumb(o, paintInfo, r);
H A DRenderThemeChromiumMac.mm1850 bool RenderThemeChromiumMac::paintMediaSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)

Completed in 177 milliseconds