Searched refs:m_isStopScheduled (Results 1 – 2 of 2) sorted by relevance
116 , m_isStopScheduled(false) in AudioContext()142 , m_isStopScheduled(false) in AudioContext()183 ASSERT(m_isStopScheduled); in ~AudioContext()286 if (m_isStopScheduled) in stop()288 m_isStopScheduled = true; in stop()1027 return m_isStopScheduled ? 0 : ActiveDOMObject::executionContext(); in executionContext()
261 bool m_isStopScheduled; variable