HomeSort by relevance Sort by last modified time
    Searched defs:paintMediaMuteButton (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp 69 static bool paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
364 return paintMediaMuteButton(object, paintInfo, rect);
RenderTheme.h 262 virtual bool paintMediaMuteButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
RenderThemeChromiumSkia.cpp 339 bool RenderThemeChromiumSkia::paintMediaMuteButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)

Completed in 83 milliseconds