Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/core/rendering/
DRenderTheme.h288 …virtual bool paintMediaControlsBackground(RenderObject*, const PaintInfo&, const IntRect&) { retur… in paintMediaControlsBackground() function
DRenderTheme.cpp345 return paintMediaControlsBackground(o, paintInfo, r); in paint()