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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.h99 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderMediaControls.cpp69 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in namespace:blink
364 return paintMediaMuteButton(object, paintInfo, rect);
H A DRenderThemeChromiumMac.h171 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderTheme.h262 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:blink::RenderTheme
H A DRenderThemeChromiumSkia.cpp339 bool RenderThemeChromiumSkia::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in class:blink::RenderThemeChromiumSkia
H A DRenderTheme.cpp291 return paintMediaMuteButton(o, paintInfo, r);
H A DRenderThemeChromiumMac.mm1811 bool RenderThemeChromiumMac::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)

Completed in 144 milliseconds