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

/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerProxy.h40 Loaded, enumerator in enum:WebCore::MediaPlayerProxyNotificationType
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontFace.cpp95 notifyFontLoader(Loaded);
131 notifyFontLoader(Loaded);
161 case Loaded:
H A DCSSFontFace.h90 enum LoadState { NotLoaded, Loading, Loaded, Error }; enumerator in enum:WebCore::CSSFontFace::LoadState
100 , m_loadState(isLocalFallback ? Loaded : NotLoaded)
H A DCSSSegmentedFontFace.cpp167 if (m_fontFaces[i]->loadState() != CSSFontFace::Loaded)
/macosx-10.10/ruby-106/ruby/test/minitest/
H A Dmetametameta.rb33 output.sub!(/Loaded suite .*/, 'Loaded suite blah')
/macosx-10.10/WebCore-7600.1.25/replay/
H A DReplayController.cpp193 m_segmentState = SegmentState::Loaded;
215 m_segmentState = SegmentState::Loaded;
229 ASSERT(m_segmentState == SegmentState::Loaded);
283 ASSERT(m_segmentState == SegmentState::Loaded);
302 m_segmentState = SegmentState::Loaded;
319 ASSERT(m_segmentState == SegmentState::Loaded);
329 ASSERT(m_segmentState == SegmentState::Loaded || m_segmentState == SegmentState::Unloaded);
H A DReplayController.h78 Loaded, member in class:WebCore::SegmentState
80 // We can pause or cancel playback, which reverts to the Loaded state.
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DReplayManager.js87 Loaded: "replay-manager-segment-state-loaded", property in class:WebInspector.ReplayManager.SegmentState
206 this._changeSegmentState(WebInspector.ReplayManager.SegmentState.Loaded);
321 this._changeSegmentState(WebInspector.ReplayManager.SegmentState.Loaded);
364 // FIXME: Once the public API is asynchronous, we should assert that segmentState is Loaded.
373 // FIXME: Once the public API is asynchronous, we should assert that segmentState is Loaded.
390 console.assert(this.segmentState === WebInspector.ReplayManager.SegmentState.Loaded);
427 isAllowed &= newState === WebInspector.ReplayManager.SegmentState.Appending || newState === WebInspector.ReplayManager.SegmentState.Loaded;
429 case WebInspector.ReplayManager.SegmentState.Loaded:
433 isAllowed &= newState === WebInspector.ReplayManager.SegmentState.Loaded;
/macosx-10.10/WebCore-7600.1.25/platform/mock/mediasource/
H A DMockMediaSourcePrivate.cpp108 m_player->setNetworkState(MediaPlayer::Loaded);
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/objc/
H A DMediaSourcePrivateAVFObjC.mm113 m_player->setNetworkState(MediaPlayer::Loaded);
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTrackElement.cpp280 COMPILE_ASSERT(HTMLTrackElement::LOADED == static_cast<HTMLTrackElement::ReadyState>(TextTrack::Loaded), TextTrackEnumLoaded_Is_Wrong_Should_Be_HTMLTrackElementEnumLOADED);
H A DHTMLMediaElement.cpp1895 case MediaPlayer::Loaded: return ASCIILiteral("Loaded");
1978 if (state == MediaPlayer::Loaded) {
3249 textTrack->setReadinessState(TextTrack::Loaded);
3473 textTrack->setReadinessState(TextTrack::Loaded);
/macosx-10.10/WebCore-7600.1.25/html/track/
H A DTextTrack.h102 enum ReadinessState { NotLoaded = 0, Loading = 1, Loaded = 2, FailedToLoad = 3 }; enumerator in enum:WebCore::TextTrack::ReadinessState
/macosx-10.10/xnu-2782.1.97/libkern/
H A DOSKextLib.cpp466 #pragma mark Loaded Kext Summary
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSKextLibPrivate.h833 #pragma mark Loaded Kext Summary
/macosx-10.10/WebCore-7600.1.25/platform/graphics/
H A DMediaPlayer.h423 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError }; enumerator in enum:WebCore::MediaPlayer::NetworkState
/macosx-10.10/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm800 if (state == MediaPlayer::Empty || state == MediaPlayer::Loaded) {
969 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
1052 if (loadState >= QTMovieLoadStateLoaded && oldNetworkState < MediaPlayer::Loaded && m_timeToRestore != MediaPlayer::invalidTime()) {
1071 // "Loaded" is reserved for fully buffered movies, never the case when streaming
1072 m_networkState = MediaPlayer::Loaded;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp560 m_networkState = (maxTimeLoaded() == duration()) ? MediaPlayer::Loaded : MediaPlayer::Loading;
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp1302 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
1395 m_networkState = MediaPlayer::Loaded;

Completed in 319 milliseconds