OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:paintMediaPlayButton
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderMediaControls.cpp
96
static bool
paintMediaPlayButton
(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
352
return
paintMediaPlayButton
(object, paintInfo, rect);
RenderTheme.h
275
virtual bool
paintMediaPlayButton
(RenderObject*, const PaintInfo&, const IntRect&) { return true; }
RenderThemeChromiumSkia.cpp
325
bool RenderThemeChromiumSkia::
paintMediaPlayButton
(RenderObject* object, const PaintInfo& paintInfo, const IntRect& rect)
Completed in 579 milliseconds