Searched refs:paintMediaControlsBackground (Results 1 - 12 of 12) sorted by relevance

/external/webkit/Source/WebCore/rendering/
H A DRenderThemeChromiumMac.h40 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeChromiumMac.mm123 bool RenderThemeChromiumMac::paintMediaControlsBackground(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
H A DRenderThemeChromiumSkia.h91 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeWin.h128 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderTheme.h304 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&) { return true; } function in class:WebCore::RenderTheme
H A DRenderThemeMac.h156 virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&);
H A DRenderThemeChromiumSkia.cpp374 bool RenderThemeChromiumSkia::paintMediaControlsBackground(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect) function in class:WebCore::RenderThemeChromiumSkia
H A DRenderTheme.cpp360 return paintMediaControlsBackground(o, paintInfo, r);
H A DRenderThemeWin.cpp1087 bool RenderThemeWin::paintMediaControlsBackground(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r) function in class:WebCore::RenderThemeWin
H A DRenderThemeMac.mm1877 bool RenderThemeMac::paintMediaControlsBackground(RenderObject* o, const PaintInfo& paintInfo, const IntRect& r)
/external/webkit/Source/WebCore/platform/android/
H A DRenderThemeAndroid.h92 virtual bool paintMediaControlsBackground(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect);
H A DRenderThemeAndroid.cpp427 bool RenderThemeAndroid::paintMediaControlsBackground(RenderObject* o, const PaintInfo& paintInfo, const IntRect& rect) function in class:WebCore::RenderThemeAndroid

Completed in 69 milliseconds