OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_isPlaying
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/platform/audio/chromium/
AudioDestinationChromium.h
53
bool isPlaying() { return
m_isPlaying
; }
69
bool
m_isPlaying
;
AudioDestinationChromium.cpp
59
,
m_isPlaying
(false)
114
if (!
m_isPlaying
&& m_audioDevice) {
116
m_isPlaying
= true;
122
if (
m_isPlaying
&& m_audioDevice) {
124
m_isPlaying
= false;
Completed in 1002 milliseconds