Home
last modified time | relevance | path

Searched refs:newPlaybackState (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/core/html/
DMediaController.cpp400 PlaybackState newPlaybackState; in updatePlaybackState() local
407 newPlaybackState = WAITING; in updatePlaybackState()
412 newPlaybackState = ENDED; in updatePlaybackState()
416 newPlaybackState = WAITING; in updatePlaybackState()
420 newPlaybackState = PLAYING; in updatePlaybackState()
424 if (newPlaybackState == oldPlaybackState) in updatePlaybackState()
428 if (newPlaybackState == ENDED) { in updatePlaybackState()
445 switch (newPlaybackState) { in updatePlaybackState()
467 m_playbackState = newPlaybackState; in updatePlaybackState()