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

  /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/content/renderer/media/
webaudiosourceprovider_impl.h 70 enum PlaybackState { kStopped, kStarted, kPlaying };
71 PlaybackState state_;
  /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;
MediaController.cpp 313 const AtomicString& MediaController::playbackState() const
399 PlaybackState oldPlaybackState = m_playbackState;
400 PlaybackState newPlaybackState;

Completed in 648 milliseconds