Searched defs:networkState (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/renderer/media/
H A Dwebmediaplayer_ms.cc295 WebMediaPlayer::NetworkState WebMediaPlayerMS::networkState() const { function in class:content::WebMediaPlayerMS
297 DVLOG(1) << "WebMediaPlayerMS::networkState, state:" << network_state_;
/external/chromium_org/media/blink/
H A Dwebmediaplayer_impl.cc463 WebMediaPlayer::NetworkState WebMediaPlayerImpl::networkState() const { function in class:media::WebMediaPlayerImpl
/external/chromium_org/content/renderer/media/android/
H A Dwebmediaplayer_android.cc513 WebMediaPlayer::NetworkState WebMediaPlayerAndroid::networkState() const { function in class:content::WebMediaPlayerAndroid
/external/chromium_org/third_party/WebKit/Source/core/html/
H A DHTMLMediaElement.cpp688 HTMLMediaElement::NetworkState HTMLMediaElement::networkState() const function in class:blink::HTMLMediaElement
756 // 3 - If the media element's networkState is set to NETWORK_LOADING or NETWORK_IDLE, queue
763 // 4 - If the media element's networkState is not set to NETWORK_EMPTY, then run these substeps
813 // 1 - Set the networkState to NETWORK_NO_SOURCE
867 // child: set the networkState to NETWORK_EMPTY, and abort these steps; the
879 // and set its networkState to NETWORK_LOADING.
1050 // 1. Set the networkState to NETWORK_IDLE.
1079 // 7. Set the networkState to NETWORK_LOADING.
1564 // 6.17 - Waiting: Set the element's networkState attribute to the NETWORK_NO_SOURCE value
1595 // 6.3 - Set the element's networkState attribut
[all...]

Completed in 4074 milliseconds