HomeSort by relevance Sort by last modified time
    Searched refs:loading (Results 126 - 150 of 250) sorted by null

1 2 3 4 56 7 8 910

  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/
drive_banners.js 601 var loading = create(panel, 'div', 'loading', str('DRIVE_LOADING'));
602 var spinnerBox = create(loading, 'div', 'spinner-box');
cws_container_client.js 234 * Aborts loading of the embedded dialog and performs cleanup.
share_dialog.js 28 * Timeout for loading the share dialog before giving up.
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/image_editor/
image_util.js 444 * animations play out before the computation heavy image loading starts.
549 * @return {boolean} True if an image is loading.
571 * Stops loading image.
  /external/chromium_org/chrome/browser/ui/webui/options/
options_browsertest.js 723 // Verify history changes properly while the page is loading.
727 document.documentElement.classList.add('loading');
732 document.documentElement.classList.remove('loading');
  /external/chromium/chrome/browser/ui/views/tabs/
base_tab.cc 406 // The waiting animation is the reverse of the loading animation, but at a
476 title = data().loading ?
browser_tab_strip_controller.cc 403 data->loading = contents->is_loading();
  /external/chromium_org/chrome/browser/resources/file_manager/foreground/js/media/
media_util.js 70 * in a container, when loading a thumbnail in FillMode.AUTO mode.
208 * Cancels loading the current image.
  /external/chromium_org/content/shell/browser/
shell_views.cc 355 void Shell::PlatformSetIsLoading(bool loading) {
  /external/chromium_org/remoting/webapp/
host_list.js 166 this.loadingIndicator_.classList.add('loading');
244 this.loadingIndicator_.classList.remove('loading');
  /packages/apps/Music/src/com/android/music/
AudioPreview.java 95 mLoadingText = (TextView) findViewById(R.id.loading);
  /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/chromium_org/chrome/browser/resources/chromeos/login/
login_common.js 279 // Register assets for async loading.
user_pod_row.css 17 /* Hide the pod row while images are loading. */
18 podrow.images-loading {
  /external/chromium_org/chrome/browser/resources/local_ntp/
most_visited_util.js 22 // There was an error in loading both the thumbnail image and the fallback
  /external/chromium_org/chrome/browser/resources/network_speech_synthesis/
tts_extension.js 170 // This begins loading the audio but does not play it.
  /external/chromium_org/chrome/browser/resources/
plugins.js 267 // Get data and have it displayed upon loading.
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/buildbot/
bg.js 180 // loading old try results increases the size of the working set of try
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/gmail/
background.js 43 // A "loading" animation displayed while we wait for the first response from
  /external/chromium_org/chrome/common/extensions/docs/examples/extensions/talking_alarm_clock/
popup.js 46 // These will finish loading before they're needed, no need
  /external/chromium_org/chrome/renderer/resources/extensions/
file_system_custom_bindings.js 102 // requireNative is only allowed while lazily loading an API.
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/cube/
example.js 129 $('loading-cover').style.display = 'none';
248 updateStatus('Loading...');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/earth/
example.js 130 $('loading-cover').style.display = 'none';
265 updateStatus('Loading...');
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/styles/
style.css 288 .demo #loading-cover{
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/voronoi/
example.js 140 $('loading-cover').style.display = 'none';
230 updateStatus('Loading...');

Completed in 815 milliseconds

1 2 3 4 56 7 8 910