Home
last modified time | relevance | path

Searched refs:paintMediaSeekBackButton (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h278 …virtual bool paintMediaSeekBackButton(RenderObject*, const PaintInfo&, const IntRect&) { return tr… in paintMediaSeekBackButton() function
DRenderTheme.cpp315 return paintMediaSeekBackButton(o, paintInfo, r); in paint()