HomeSort by relevance Sort by last modified time
    Searched defs:m_isPlaying (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/audio/mac/
AudioDestinationMac.h 47 bool isPlaying() { return m_isPlaying; }
64 bool m_isPlaying;
  /external/webkit/Source/WebKit/chromium/src/
AudioDestinationChromium.h 50 bool isPlaying() { return m_isPlaying; }
61 bool m_isPlaying;
  /external/webkit/Source/WebCore/webaudio/
AudioBufferSourceNode.h 93 // m_isPlaying is set to true when noteOn() or noteGrainOn() is called.
94 bool m_isPlaying;

Completed in 40 milliseconds