OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isAutoplaying
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/
HTMLMediaElement.h
452
bool
isAutoplaying
() const { return m_autoplaying; }
MediaController.cpp
508
if (element->
isAutoplaying
() && element->paused())
Completed in 47 milliseconds