Searched refs:m_autoplaying (Results 1 – 2 of 2) sorted by relevance
162 , 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()
392 bool m_autoplaying : 1; variable