Searched refs:Loading (Results 1 - 25 of 45) sorted by relevance

12

/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSFontFace.cpp93 if (RuntimeEnabledFeatures::sharedFeatures().fontLoadEventsEnabled() && m_loadState == Loading) {
122 notifyFontLoader(Loading);
130 if (RuntimeEnabledFeatures::sharedFeatures().fontLoadEventsEnabled() && m_loadState == Loading && m_sources[i]->isLoaded()) {
140 if (RuntimeEnabledFeatures::sharedFeatures().fontLoadEventsEnabled() && m_loadState == Loading) {
158 case Loading:
H A DCSSFontFace.h90 enum LoadState { NotLoaded, Loading, Loaded, Error }; enumerator in enum:WebCore::CSSFontFace::LoadState
H A DCSSSegmentedFontFace.cpp157 if (m_fontFaces[i]->loadState() == CSSFontFace::Loading)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/wince/
H A DMediaPlayerProxy.h39 Loading, enumerator in enum:WebCore::MediaPlayerProxyNotificationType
/macosx-10.10/WebKit-7600.1.25/win/
H A DWebKitLogging.h55 M(Loading) \
/macosx-10.10/WebCore-7600.1.25/loader/
H A DTextTrackLoader.h86 enum State { Idle, Loading, Finished, Failed }; enumerator in enum:WebCore::TextTrackLoader::State
H A DHistoryController.cpp191 LOG(Loading, "WebCoreLoading %s: saving form state to %p", m_frame.tree().uniqueName().string().utf8().data(), item);
230 LOG(Loading, "WebCoreLoading %s: restoring form state from %p", m_frame.tree().uniqueName().string().utf8().data(), m_currentItem.get());
/macosx-10.10/WebCore-7600.1.25/platform/
H A DLogging.h55 M(Loading) \
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebKitLogging.h57 M(Loading) \
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKBrowsingContextController.h49 #pragma mark Loading
/macosx-10.10/WebCore-7600.1.25/platform/graphics/avfoundation/
H A DMediaPlayerPrivateAVFoundation.cpp175 if (m_networkState != MediaPlayer::Loading) {
176 m_networkState = MediaPlayer::Loading;
499 m_networkState = MediaPlayer::Loading;
514 m_networkState = MediaPlayer::Loading;
560 m_networkState = (maxTimeLoaded() == duration()) ? MediaPlayer::Loaded : MediaPlayer::Loading;
/macosx-10.10/xnu-2782.1.97/libkern/libkern/
H A DOSKextLib.h563 #pragma mark Kext Loading C Functions
567 * @group Kext Loading C Functions
H A DOSKextLibPrivate.h740 #pragma mark Kext Loading C Functions
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DResurrector.pm110 Loading C<use Log::Log4perl::Resurrector> causes subsequently loaded
/macosx-10.10/WebCore-7600.1.25/html/
H A DHTMLTrackElement.cpp279 COMPILE_ASSERT(HTMLTrackElement::LOADING == static_cast<HTMLTrackElement::ReadyState>(TextTrack::Loading), TextTrackEnumLoadingIsWrong_ShouldBe_HTMLTrackElementEnumLOADING);
/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/WebCore-7600.1.25/platform/graphics/mac/
H A DMediaPlayerPrivateQTKit.mm641 if (m_networkState != MediaPlayer::Loading) {
642 m_networkState = MediaPlayer::Loading;
969 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
1076 m_networkState = MediaPlayer::Loading;
1080 m_networkState = MediaPlayer::Loading;
1083 m_networkState = MediaPlayer::Loading;
1086 m_networkState = MediaPlayer::Loading;
1088 // Loading or decoding failed.
1119 if (m_isStreaming && m_readyState >= MediaPlayer::HaveMetadata && m_networkState >= MediaPlayer::Loading && [m_qtMovie.get() rate] == 0)
/macosx-10.10/WebCore-7600.1.25/platform/graphics/gstreamer/
H A DMediaPlayerPrivateGStreamer.cpp301 m_networkState = MediaPlayer::Loading;
1302 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
1388 m_networkState = m_downloadFinished ? MediaPlayer::Idle : MediaPlayer::Loading;
1391 m_networkState = MediaPlayer::Loading;
1398 m_networkState = MediaPlayer::Loading;
1462 m_networkState = MediaPlayer::Loading;
1560 m_networkState = MediaPlayer::Loading;
1659 // Loading failed, remove ready timer.
/macosx-10.10/vim-55/src/
H A DMake_bc5.mak332 ! message "Cannot dynamically load Perl versions less than 5.6. Loading statically..."
/macosx-10.10/WebCore-7600.1.25/html/shadow/
H A DMediaControlElements.h151 enum StateBeingDisplayed { Nothing, Loading, LiveBroadcast }; enumerator in enum:WebCore::MediaControlStatusDisplayElement::StateBeingDisplayed
H A DMediaControlElements.cpp409 newStateToDisplay = Loading;
427 case Loading:
/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/IOKitUser-1050.1.21/kext.subproj/
H A DOSKext.h1950 #pragma mark Linking and Loading; Other Kernel Operations
1952 * Linking and Loading; Other Kernel Operations
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOCatalogue.cpp967 #pragma mark Obsolete Kext Loading Stuff
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDataSource.mm458 LOG(Loading, "creating datasource for %@", static_cast<NSURL *>(toPrivate(_private)->loader->request().url()));

Completed in 481 milliseconds

12