Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
DAudioContext.cpp116 , 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()
DAudioContext.h261 bool m_isStopScheduled; variable