Home | History | Annotate | Download | only in html

Lines Matching defs:networkState

688 HTMLMediaElement::NetworkState HTMLMediaElement::networkState() const
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 attribute to the NETWORK_NO_SOURCE value.
1631 // 4 - Set the element's networkState attribute to the NETWORK_IDLE value.
1652 setNetworkState(webMediaPlayer()->networkState());
1655 void HTMLMediaElement::mediaLoadingFailed(WebMediaPlayer::NetworkState error)
1700 void HTMLMediaElement::setNetworkState(WebMediaPlayer::NetworkState state)
3045 // attribute and whose networkState has the value NETWORK_EMPTY, the user agent must invoke
3047 if (networkState() == HTMLMediaElement::NETWORK_EMPTY) {
3072 // 24. Set the networkState back to NETWORK_LOADING.
3432 // element's networkState attribute to the NETWORK_EMPTY value and queue a task to fire a
3433 // simple event named emptied at the element. Otherwise, set the element's networkState
3522 // resource to load, before networkState has reached to NETWORK_LOADING.
3526 // When networkState is NETWORK_LOADING, progress and stalled events may be fired.