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

  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.h 70 enum PlaybackState { kStopped, kStarted, kPlaying };
71 PlaybackState state_;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.h 49 enum PlaybackState {
76 unsigned short playbackState() const { return static_cast<unsigned short>(m_playbackState); }
101 PlaybackState m_playbackState;
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 85 enum PlaybackState { WAITING, PLAYING, ENDED };
86 const AtomicString& playbackState() const;
137 PlaybackState m_playbackState;

Completed in 2067 milliseconds