HomeSort by relevance Sort by last modified time
    Searched defs:loading (Results 1 - 10 of 10) sorted by null

  /external/chromium/chrome/browser/ui/views/tabs/
tab_renderer_data.h 17 // may be used to alter the UI (e.g. show different kinds of loading
45 bool loading; member in struct:TabRendererData
  /external/webkit/Source/WebKit/qt/tests/qwebview/
tst_qwebview.cpp 186 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int)));
190 void loading(int progress) function in class:WebViewCrashTest
204 // Test if loading can be stopped in loadProgress handler without crash.
  /external/chromium/chrome/browser/ui/gtk/tabs/
tab_renderer_gtk.h 53 Data(int loading, int waiting, int waiting_to_loading);
69 // Advance the loading animation to the next frame, or hide the animation if
70 // the tab isn't loading. Returns |true| if the icon area needs to be
110 // TabContents. If only the loading state was updated, the loading_only flag
169 // Advance the loading animation to the next frame, or hide the animation if
170 // the tab isn't loading. Returns |true| if the icon area needs to be
261 loading(false),
274 bool loading; member in struct:TabRendererGtk::TabData
431 // Contains the loading animation state.
  /external/webkit/Source/WebCore/inspector/front-end/
TimelinePanel.js 157 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), "rgb(47,102,236)"),
179 recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.categories.loading };
187 recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: this.categories.loading };
188 recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: this.categories.loading };
189 recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: this.categories.loading };
191 recordStyles[recordTypes.ResourceReceivedData] = { title: WebInspector.UIString("Receive Data"), category: this.categories.loading };
195 recordStyles[recordTypes.ScheduleResourceRequest] = { title: WebInspector.UIString("Schedule Request"), category: this.categories.loading };
    [all...]
  /external/webkit/Source/WebCore/loader/
DocumentLoader.cpp 219 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
220 // to stop loading. Because of this, we need to save it so we don't return early.
221 bool loading = m_loading; local
224 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
228 if (loading || doc->parsing())
240 if (!loading)
254 // The main resource loader already finished loading. Set the cancelled error on the
  /system/core/init/
devices.c 707 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; local
711 INFO("firmware: loading '%s' for '%s'\n",
718 l = asprintf(&loading, "%sloading", root);
738 loading_fd = open(loading, O_WRONLY);
784 free(loading);
  /frameworks/ex/common/java/com/android/common/contacts/
BaseEmailAddressAdapter.java 104 public boolean loading; field in class:BaseEmailAddressAdapter.DirectoryPartition
159 * An asynchronous filter used for loading two data sets: email rows from the local
310 return partition.loading ? 1 : 0;
317 if (partition.loading) {
329 if (directoryPartition.loading) {
354 return ((DirectoryPartition)getPartition(partitionIndex)).loading;
440 // Show non-default directories as "loading"
447 if (!partition.loading) {
448 partition.loading = true;
452 partition.loading = false
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 400 final View loading = findViewById(R.id.loading); local
401 loading.setVisibility(View.VISIBLE);
432 final View loading = findViewById(R.id.loading); local
433 loading.setVisibility(View.GONE);
    [all...]
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 711 // already loading
2601 boolean loading = false; field in class:LocalCacheTest.DummyValueReference
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 

Completed in 497 milliseconds