Searched refs:m_isPlaying (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/audio/gstreamer/
H A DAudioDestinationGStreamer.h40 bool isPlaying() { return m_isPlaying; }
52 bool m_isPlaying; member in class:WebCore::AudioDestinationGStreamer
H A DAudioDestinationGStreamer.cpp76 , m_isPlaying(false)
165 m_isPlaying = false;
180 m_isPlaying = true;
190 m_isPlaying = false;
/macosx-10.10/WebCore-7600.1.25/platform/audio/ios/
H A DAudioDestinationIOS.h54 virtual bool isPlaying() override { return m_isPlaying; }
80 bool m_isPlaying; member in class:WebCore::final
H A DAudioDestinationIOS.cpp105 , m_isPlaying(false)
194 m_isPlaying = true;
207 m_isPlaying = false;
/macosx-10.10/WebCore-7600.1.25/platform/audio/mac/
H A DAudioDestinationMac.h63 virtual bool isPlaying() override { return m_isPlaying; }
75 bool m_isPlaying; member in class:WebCore::AudioDestinationMac
H A DAudioDestinationMac.cpp87 , m_isPlaying(false)
147 m_isPlaying = true;
155 m_isPlaying = false;

Completed in 73 milliseconds