Searched refs:m_autoplaying (Results 1 – 2 of 2) sorted by relevance
455 bool isAutoplaying() const { return m_autoplaying; } in isAutoplaying()557 bool m_autoplaying : 1; variable
342 , m_autoplaying(true) in HTMLMediaElement()806 m_autoplaying = true; in prepareForLoad()1879 …if (m_autoplaying && m_paused && autoplay() && !document().isSandboxed(SandboxAutomaticFeatures) &… in setReadyState()2278 m_autoplaying = false; in playInternal()2291 m_autoplaying = false; in pause()