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

1 2

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFace.cpp 80 // require stopping in-progress font loading when the last
90 if (fontSelector->document() && m_loadState == Loading) {
112 setLoadState(Loading);
118 if (m_loadState == Loading && m_sources[i]->isLoaded())
124 if (m_loadState == Loading)
138 case Loading:
CSSFontFace.h 88 enum LoadState { NotLoaded, Loading, Loaded, Error };
CSSSegmentedFontFace.cpp 151 if (m_fontFaces[i]->loadState() == CSSFontFace::Loading)
  /external/chromium_org/third_party/WebKit/Source/core/loader/
TextTrackLoader.h 68 enum State { Idle, Loading, Finished, Failed };
HistoryController.cpp 138 LOG(Loading, "WebCoreLoading %s: saving form state to %p", m_frame->tree()->uniqueName().string().utf8().data(), m_currentItem.get());
190 LOG(Loading, "WebCoreLoading %s: restoring form state from %p", m_frame->tree()->uniqueName().string().utf8().data(), itemToRestore);
208 // This includes recursion to handle loading into framesets properly
529 // save frame state for items that aren't loading (khtml doesn't save those)
584 // We now traverse the frame tree and item tree a second time, loading frames that
  /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/chromium_org/third_party/WebKit/Source/core/html/track/
TextTrack.h 91 enum ReadinessState { NotLoaded = 0, Loading = 1, Loaded = 2, FailedToLoad = 3 };
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
MediaPlayer.h 141 enum NetworkState { Empty, Idle, Loading, Loaded, FormatError, NetworkError, DecodeError };
  /external/chromium_org/third_party/WebKit/Source/core/html/
HTMLTrackElement.cpp 222 // 6. Set the text track readiness state to loading.
223 setReadyState(HTMLTrackElement::LOADING);
293 COMPILE_ASSERT(HTMLTrackElement::LOADING == static_cast<HTMLTrackElement::ReadyState>(TextTrack::Loading), TextTrackEnumLoadingIsWrong_ShouldBe_HTMLTrackElementEnumLOADING);
HTMLMediaElement.cpp 879 // Set m_currentSrc *before* changing to the cache url, the fact that we are loading from the app
    [all...]
  /external/chromium_org/v8/tools/profviz/
worker.js 69 time("Loading scripts",
  /external/chromium_org/chrome/browser/ui/pdf/
pdf_browsertest.cc 304 // Tests that loading async pdfs works correctly (i.e. document fully loads).
308 IN_PROC_BROWSER_TEST_P(PDFBrowserTest, Loading) {
342 LOG(WARNING) << "PDFBrowserTest.Loading: " << filename;
350 // doing async loading. This happens when the first loader is cancelled
  /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/chromium_org/native_client_sdk/src/gonacl_appengine/static/pnacl-demo/
example.js 253 updateStatus('Loading...');
  /external/chromium_org/third_party/WebKit/Tools/TestResultServer/static-dashboards/
overview.js 48 $('content').innerHTML = (overview._testTypeIndex - 1) + '/' + builders.testTypes.length + ' loaded. Loading ' + historyInstance.crossDashboardState.testType + '...';
50 // FIXME: Gross hack to allow loading all the builders for different test types.
treemap.js 81 // When we're first loading the page, if there is a treemapfocus parameter,
86 $('map').innerHTML = 'Loading...';
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.cpp     [all...]
Document.h 606 Loading,
    [all...]
  /external/chromium_org/third_party/WebKit/Source/web/
AssertMatchingEnums.cpp 403 COMPILE_ASSERT_MATCHING_ENUM(WebMediaPlayer::NetworkStateLoading, MediaPlayer::Loading);
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/photo/
mosaic_mode.js 146 // The listeners might be called while some tiles are still loading.
332 * Stops when all tiles are processed or when the next tile is still loading.
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 362 Loading Large Bitmaps Efficiently
    [all...]
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-docs.js 58 Loading this in the head was slowing page load time */
  /external/chromium_org/chrome/browser/resources/ntp_android/
ntp_android.js 174 * The current loading status for the NTP.
180 * Whether the loading complete notification has been sent.
355 * The minimum amount of time that 'Loading...' can be displayed. This is to
361 * How long to wait for sync data to load before displaying the 'Loading...'
367 * An array of images that are currently in loading state. Once an image
396 * Flag set to true when the page is loading its initial set of images. This
405 // To send out the NTP loading complete notification.
506 // Navigating after the loading complete notification has been sent
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-docs.js 58 Loading this in the head was slowing page load time */
  /external/iproute2/doc/
ip-tunnels.tex 112 {\bf 2.2} has {\em one\/} module \verb|ipip|. Loading it you get base

Completed in 1291 milliseconds

1 2