Searched refs:paintMediaCastButton (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderThemeChromiumSkia.h95 virtual bool paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) OVERRIDE;
H A DRenderMediaControls.cpp342 static bool paintMediaCastButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in namespace:blink
387 return paintMediaCastButton(object, paintInfo, rect);
H A DRenderTheme.h269 virtual bool paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }; function in class:blink::RenderTheme
H A DRenderThemeChromiumSkia.cpp319 bool RenderThemeChromiumSkia::paintMediaCastButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) function in class:blink::RenderThemeChromiumSkia
H A DRenderTheme.cpp315 return paintMediaCastButton(o, paintInfo, r);
317 return paintMediaCastButton(o, paintInfo, r);

Completed in 911 milliseconds