Searched defs:paintMediaVolumeSliderThumb (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderMediaControlsChromium.cpp304 static bool paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in namespace:WebCore
362 return paintMediaVolumeSliderThumb(object, paintInfo, rect);
H A DRenderTheme.h309 virtual bool paintMediaVolumeSliderThumb(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:WebCore::RenderTheme
H A DRenderThemeChromiumSkia.cpp319 bool RenderThemeChromiumSkia::paintMediaVolumeSliderThumb(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in class:WebCore::RenderThemeChromiumSkia

Completed in 36 milliseconds