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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderTheme.h269 virtual bool paintMediaCastButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }; function in class:blink::RenderTheme
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 DRenderThemeChromiumSkia.cpp319 bool RenderThemeChromiumSkia::paintMediaCastButton(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) function in class:blink::RenderThemeChromiumSkia

Completed in 183 milliseconds