Searched
full:loading (Results
676 -
700 of
5303) sorted by null
<<21222324252627282930>>
/external/chromium_org/mojo/examples/wget/ |
wget.cc | 45 printf("Loading: %s\n", url.c_str());
|
/external/chromium_org/mojo/shell/ |
in_process_dynamic_service_runner.cc | 51 DVLOG(2) << "Loading/running Mojo app in process from library: "
|
mojo_url_resolver.cc | 26 NOTREACHED() << "dynamic loading of services not supported";
|
/external/chromium_org/native_client_sdk/src/doc/ |
glossary.rst | 41 module loading process.
|
/external/chromium_org/native_client_sdk/src/examples/api/file_io/ |
index.html | 18 <p>The File IO example demonstrates saving, loading, and deleting files
|
/external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/ |
index.html | 76 <div id="loading-cover">
|
/external/chromium_org/ppapi/c/ |
ppb_url_loader.h | 23 * This file defines the <strong>PPB_URLLoader</strong> interface for loading 34 * for loading URLs. The typical steps for loading a URL are: 77 * Open() begins loading the <code>URLRequestInfo</code>. The operation
|
/external/chromium_org/remoting/webapp/ |
xhr_proxy.js | 88 remoting.XMLHttpRequestProxy.prototype.LOADING = 3;
|
/external/chromium_org/testing/android/java/src/org/chromium/native_test/ |
ChromeNativeTestActivity.java | 73 Log.i(TAG, "loading: " + library);
|
/external/chromium_org/third_party/WebKit/ManualTests/forms/ |
color-suggestion-picker.html | 38 doc.documentElement.innerHTML = '<head></head><body><div id=main>Loading...</div></body>';
|
/external/chromium_org/third_party/WebKit/ManualTests/ |
media-controls.html | 83 '<p>You may see brief resize of the video when the metadata arrives and a brief flash of the "Loading..." status.</p>' + 91 '<p>You may see brief resize of the video when the metadata arrives and a brief flash of the "Loading..." status.</p>' + 168 description: 'Should have "Rewind" and "Play" buttons, and "Loading..." status ' + 169 'if supported. Should blink "Loading...", but not twitch or flash other controls if reloaded',
|
/external/chromium_org/third_party/WebKit/ManualTests/plugins/ |
flip4mac-update-alert-over-navigation.html | 22 <p>If you have the correct version of Flip4Mac installed but do not see the update alert displayed when loading this page then you may need to delete
|
/external/chromium_org/third_party/WebKit/PerformanceTests/ |
Skipped | 8 # Unstable SVG page loading tests
|
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/resources/ |
sunspider-standalone-driver.js | 42 // Tests may or may not have associated -data files whose loading
|
/external/chromium_org/third_party/WebKit/Source/core/dom/ |
ChildFrameDisconnector.cpp | 56 // Must disable frame loading in the subtree so an unload handler cannot
|
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ResourceClientWalker.h | 21 This class provides all functionality needed for loading images, style sheets and html
|
ScriptResource.cpp | 23 This class provides all functionality needed for loading images, style sheets and html
|
XSLStyleSheetResource.cpp | 23 This class provides all functionality needed for loading images, style sheets and html
|
/external/chromium_org/third_party/WebKit/Source/core/fileapi/ |
FileReader.idl | 41 const unsigned short LOADING = 1;
|
/external/chromium_org/third_party/WebKit/Source/core/html/ |
HTMLImageLoader.cpp | 46 // HTMLVideoElement uses this class to load the poster image, but it should not fire events for loading or failure.
|
HTMLTrackElement.cpp | 172 // 6. Set the text track readiness state to loading. 173 setReadyState(HTMLTrackElement::LOADING); 240 COMPILE_ASSERT(HTMLTrackElement::LOADING == static_cast<HTMLTrackElement::ReadyState>(TextTrack::Loading), TextTrackEnumLoadingIsWrong_ShouldBe_HTMLTrackElementEnumLOADING);
|
HTMLTrackElement.h | 45 enum ReadyState { NONE = 0, LOADING = 1, LOADED = 2, TRACK_ERROR = 3 };
|
/external/chromium_org/third_party/WebKit/Source/core/html/imports/ |
HTMLImportChild.h | 49 // lifecycle. This class is owned by HTMLImportsController. The actual loading
|
/external/chromium_org/third_party/WebKit/Source/core/html/parser/ |
HTMLParserOptions.cpp | 45 // with historical synchronous loading/parsing behavior.
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
ProgressTracker.h | 43 // browser which shows a progress bar during loading.
|
Completed in 609 milliseconds
<<21222324252627282930>>