HomeSort by relevance Sort by last modified time
    Searched refs:Loading (Results 1 - 25 of 45) sorted by null

1 2

  /external/webkit/Source/WebCore/platform/graphics/wince/
MediaPlayerProxy.h 40 Loading,
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 90 if (m_state == Loading) {
131 case Loading:
166 m_state = Loading;
220 if (m_state == Loading) {
Notification.h 136 Loading = 1,
  /external/webkit/Source/WebKit/chromium/public/
WebMediaPlayer.h 60 Loading,
125 // Get rate of loading the resource.
128 // Internal states of loading and network.
  /external/compiler-rt/make/
lib_platforms.mk 17 $$(info MAKE: $(PlatformName): Loading platform)
71 $$(info MAKE: $(PlatformName): Done loading platform)
78 $(info MAKE: Loading platforms: $(PlatformFiles))
  /external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivatePhonon.h 65 Loading,
MediaPlayerPrivateQt.cpp 175 // QtMultimedia does not have an API to throttle loading
187 // We are now loading
188 if (m_networkState != MediaPlayer::Loading) {
189 m_networkState = MediaPlayer::Loading;
255 // Setting a media source will start loading the media, but we need
500 m_networkState = MediaPlayer::Loading;
503 m_networkState = MediaPlayer::Loading;
506 m_networkState = MediaPlayer::Loading;
509 m_networkState = MediaPlayer::Loading;
MediaPlayerPrivatePhonon.cpp 227 // We are now loading
228 if (m_networkState != MediaPlayer::Loading) {
229 m_networkState = MediaPlayer::Loading;
376 m_networkState = MediaPlayer::Loading; // FIXME: should this be MediaPlayer::Idle?
  /external/webkit/Source/WebCore/platform/graphics/avfoundation/
MediaPlayerPrivateAVFoundation.cpp 185 if (m_networkState != MediaPlayer::Loading) {
186 m_networkState = MediaPlayer::Loading;
429 m_networkState = MediaPlayer::Loading;
443 m_networkState = MediaPlayer::Loading;
482 m_networkState = (maxLoaded == duration()) ? MediaPlayer::Loaded : MediaPlayer::Loading;
  /external/webkit/Source/WebCore/platform/graphics/mac/
MediaPlayerPrivateQTKit.mm 678 // doesn't have API to throttle loading.
689 if (m_networkState != MediaPlayer::Loading) {
690 m_networkState = MediaPlayer::Loading;
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/win/
MediaPlayerPrivateQuickTimeWin.cpp 235 if (m_networkState != MediaPlayer::Loading) {
236 m_networkState = MediaPlayer::Loading;
466 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
510 m_networkState = MediaPlayer::Loading;
514 // Something went wrong in the loading of media within a standalone file.
MediaPlayerPrivateQuickTimeVisualContext.cpp 362 if (m_networkState != MediaPlayer::Loading) {
363 m_networkState = MediaPlayer::Loading;
612 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
656 m_networkState = MediaPlayer::Loading;
660 // Something went wrong in the loading of media within a standalone file.
    [all...]
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLObjectElement12.js 31 // document loading is started. Otherwise, the status
78 The standby attribute specifies a message to render while loading the
106 assertEquals("alignLink","Loading Image ...",vstandby);
object09.js 31 // document loading is started. Otherwise, the status
78 Message to render while loading the object.
103 assertEquals("standbyLink","Loading Image ...",vstandby);
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLObjectElement12.js 31 // document loading is started. Otherwise, the status
78 The standby attribute specifies a message to render while loading the
106 assertEquals("alignLink","Loading Image ...",vstandby);
object09.js 31 // document loading is started. Otherwise, the status
78 Message to render while loading the object.
103 assertEquals("standbyLink","Loading Image ...",vstandby);
  /external/webkit/Source/WebCore/platform/graphics/gstreamer/
MediaPlayerPrivateGStreamer.cpp 1024 if (m_networkState < MediaPlayer::Loading || m_networkState == MediaPlayer::Loaded)
    [all...]
  /external/webkit/Source/WebCore/html/shadow/
MediaControlElements.h 148 enum StateBeingDisplayed { Nothing, Loading, LiveBroadcast };
MediaControlElements.cpp 247 newStateToDisplay = Loading;
267 case Loading:
  /external/webkit/Source/WebCore/platform/graphics/
MediaPlayer.h 248 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
  /external/webkit/Source/WebCore/loader/
HistoryController.cpp 162 LOG(Loading, "WebCoreLoading %s: saving form state to %p", m_frame->tree()->uniqueName().string().utf8().data(), item);
201 LOG(Loading, "WebCoreLoading %s: restoring form state from %p", m_frame->tree()->uniqueName().string().utf8().data(), itemToRestore);
237 // This includes recursion to handle loading into framesets properly
521 // didn't do any data loading on the past transaction. Make sure to track that
620 // save frame state for items that aren't loading (khtml doesn't save those)
679 // We now traverse the frame tree and item tree a second time, loading frames that
    [all...]
  /external/webkit/Source/WebKit/chromium/src/
AssertMatchingEnums.cpp 322 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::Loading, MediaPlayer::Loading);
  /external/chromium/webkit/glue/
webmediaplayer_impl.cc 393 SetNetworkState(WebKit::WebMediaPlayer::Loading);
784 // we'll remain either loading/idle.
866 SetNetworkState(WebKit::WebMediaPlayer::Loading);
  /external/webkit/Source/WebKit/mac/WebView/
WebDataSource.mm 387 LOG(Loading, "creating datasource for %@", static_cast<NSURL *>(_private->loader->request().url()));
  /external/webkit/Source/WebKit/android/WebCoreSupport/
MediaPlayerPrivateAndroid.cpp 221 m_networkState = MediaPlayer::Loading;
432 // start loading the data asynchronously

Completed in 532 milliseconds

1 2