Searched refs:networkState (Results 1 - 19 of 19) sorted by relevance

/macosx-10.10/WebCore-7600.1.25/platform/graphics/win/
H A DMediaPlayerPrivateMediaFoundation.h58 virtual MediaPlayer::NetworkState networkState() const;
H A DMediaPlayerPrivateMediaFoundation.cpp128 MediaPlayer::NetworkState MediaPlayerPrivateMediaFoundation::networkState() const function in class:WebCore::MediaPlayerPrivateMediaFoundation
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaPlayerMediaSource.cpp152 MediaPlayer::NetworkState MockMediaPlayerMediaSource::networkState() const function in class:WebCore::MockMediaPlayerMediaSource
247 void MockMediaPlayerMediaSource::setNetworkState(MediaPlayer::NetworkState networkState) argument
249 if (networkState == m_networkState)
252 m_networkState = networkState;
H A DMockMediaPlayerMediaSource.h73 virtual MediaPlayer::NetworkState networkState() const override;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerPrivateWinCE.h68 MediaPlayer::NetworkState networkState() const { return m_networkState; } function in class:WebCore::MediaPlayerPrivate
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamerBase.h73 MediaPlayer::NetworkState networkState() const;
H A DMediaPlayerPrivateGStreamerBase.cpp224 MediaPlayer::NetworkState MediaPlayerPrivateGStreamerBase::networkState() const function in class:WebCore::MediaPlayerPrivateGStreamerBase
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.h120 MediaPlayer::NetworkState networkState() const { return m_networkState; } function in class:WebCore::MediaPlayerPrivateQTKit
H A DMediaPlayerPrivateQTKit.mm799 MediaPlayer::NetworkState state = networkState();
1025 LOG(Media, "MediaPlayerPrivateQTKit::updateStates(%p) - entering with networkState = %i, readyState = %i", this, static_cast<int>(m_networkState), static_cast<int>(m_readyState));
1137 LOG(Media, "MediaPlayerPrivateQTKit::updateStates(%p) - exiting with networkState = %i, readyState = %i", this, static_cast<int>(m_networkState), static_cast<int>(m_readyState));
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaPlayerPrivateMediaSourceAVFObjC.mm514 MediaPlayer::NetworkState MediaPlayerPrivateMediaSourceAVFObjC::networkState() const
724 void MediaPlayerPrivateMediaSourceAVFObjC::setNetworkState(MediaPlayer::NetworkState networkState)
726 if (m_networkState == networkState)
729 m_networkState = networkState;
H A DMediaPlayerPrivateMediaSourceAVFObjC.h62 virtual MediaPlayer::NetworkState networkState() const override;
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLMediaElement.idl43 readonly attribute unsigned short networkState;
H A DHTMLMediaElement.h156 NetworkState networkState() const;
H A DHTMLMediaElement.cpp847 HTMLMediaElement::NetworkState HTMLMediaElement::networkState() const function in class:WebCore::HTMLMediaElement
927 // 3 - If the media element's networkState is set to NETWORK_LOADING or NETWORK_IDLE, queue
938 // 4 - If the media element's networkState is not set to NETWORK_EMPTY, then run these substeps
993 // 1 - Set the networkState to NETWORK_NO_SOURCE
1083 // child: set the networkState to NETWORK_EMPTY, and abort these steps; the
1095 // and set its networkState to NETWORK_LOADING.
1751 // 6.17 - Waiting: Set the element's networkState attribute to the NETWORK_NO_SOURCE value
1782 // 6.3 - Set the element's networkState attribute to the NETWORK_NO_SOURCE value.
1828 // 4 - Set the element's networkState attribute to the NETWORK_EMPTY value and queue a
1862 setNetworkState(m_player->networkState());
[all...]
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayer.cpp126 virtual MediaPlayer::NetworkState networkState() const { return MediaPlayer::Empty; } function in class:WebCore::NullMediaPlayerPrivate
640 MediaPlayer::NetworkState MediaPlayer::networkState() function in class:WebCore::MediaPlayer
642 return m_private->networkState();
1049 if (m_private->networkState() >= FormatError
H A DMediaPlayerPrivate.h122 virtual MediaPlayer::NetworkState networkState() const = 0;
H A DMediaPlayer.h424 NetworkState networkState();
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.h184 virtual MediaPlayer::NetworkState networkState() const override { return m_networkState; }
/macosx-10.10/WebCore-7600.1.25/Modules/mediacontrols/
H A DmediaControlsApple.js516 else if (this.video.networkState === HTMLMediaElement.NETWORK_LOADING)

Completed in 328 milliseconds