Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/
DHTMLMediaElement.cpp162 , m_autoplaying(true) in HTMLMediaElement()
574 m_autoplaying = true; in prepareForLoad()
1036 if (m_autoplaying && m_paused && autoplay()) { in setReadyState()
1460 m_autoplaying = false; in playInternal()
1484 m_autoplaying = false; in pauseInternal()
DHTMLMediaElement.h392 bool m_autoplaying : 1; variable