OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PLAYING_STATE
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.h
44
//
PLAYING_STATE
- Generating sound.
53
PLAYING_STATE
= 2,
66
bool isPlayingOrScheduled() const { return m_playbackState ==
PLAYING_STATE
|| m_playbackState == SCHEDULED_STATE; }
74
// We handle the transition into
PLAYING_STATE
and FINISHED_STATE here,
AudioScheduledSourceNode.cpp
90
// Increment the active source count only if we're transitioning from SCHEDULED_STATE to
PLAYING_STATE
.
91
m_playbackState =
PLAYING_STATE
;
Completed in 485 milliseconds