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