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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.h97 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderMediaControls.cpp96 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in namespace:blink
367 return paintMediaPlayButton(object, paintInfo, rect);
H A DRenderThemeChromiumMac.h169 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderTheme.h260 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:blink::RenderTheme
H A DRenderThemeChromiumSkia.cpp329 bool RenderThemeChromiumSkia::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in class:blink::RenderThemeChromiumSkia
H A DRenderTheme.cpp287 return paintMediaPlayButton(o, paintInfo, r);
H A DRenderThemeChromiumMac.mm1801 bool RenderThemeChromiumMac::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)

Completed in 135 milliseconds