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

  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControlsChromium.cpp 96 static bool paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
352 return paintMediaPlayButton(object, paintInfo, rect);
RenderTheme.h 300 virtual bool paintMediaPlayButton(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
RenderThemeChromiumSkia.cpp 324 bool RenderThemeChromiumSkia::paintMediaPlayButton(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)

Completed in 63 milliseconds