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

  /external/chromium_org/content/renderer/media/
webaudiosourceprovider_impl.h 60 enum PlaybackState { kStopped, kStarted, kPlaying };
61 PlaybackState state_;
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioScheduledSourceNode.h 49 enum PlaybackState {
77 unsigned short playbackState() const { return static_cast<unsigned short>(m_playbackState); }
102 PlaybackState m_playbackState;
  /external/chromium_org/third_party/WebKit/Source/core/html/
MediaController.h 84 enum PlaybackState { WAITING, PLAYING, ENDED };
85 const AtomicString& playbackState() const;
143 PlaybackState m_playbackState;
MediaController.cpp 312 const AtomicString& MediaController::playbackState() const
398 PlaybackState oldPlaybackState = m_playbackState;
399 PlaybackState newPlaybackState;

Completed in 90 milliseconds