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

  /external/chromium_org/tools/perf/measurements/
loading_profile.py 8 from metrics import loading namespace
41 loading.LoadingMetric().AddResults(tab, results)
loading_trace.py 5 from metrics import loading namespace
28 # recognize loading as a toplevel action.
31 loading.LoadingMetric().AddResults(tab, results)
chrome_proxy.py 10 from metrics import loading namespace
27 loading.LoadingMetric().AddResults(tab, results)
  /external/chromium_org/chrome/browser/ui/views/tabs/
tab_renderer_data.h 18 // may be used to alter the UI (e.g. show different kinds of loading
45 bool loading; member in struct:TabRendererData
  /external/chromium_org/content/renderer/media/
buffered_data_source_unittest.cc 47 // Also keeps track of whether said MockWebURLLoader is actively loading.
76 // Keep track of active loading state via loadAsynchronously() and cancel().
88 bool loading() { return loading_; } function in class:content::MockBufferedDataSource
89 void set_loading(bool loading) { loading_ = loading; }
97 // Whether the resource load has starting loading but yet to been cancelled.
176 if (data_source_->loading()) {
264 EXPECT_TRUE(data_source_->loading());
275 EXPECT_TRUE(data_source_->loading());
284 EXPECT_FALSE(data_source_->loading());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 182 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
183 // to stop loading. Because of this, we need to save it so we don't return early.
184 bool loading = isLoading(); local
187 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
191 if (loading || doc->parsing())
195 if (!loading) {
204 // The main resource loader already finished loading. Set the cancelled error on the
301 // Don't ask if we are loading an empty URL.
305 // If we're loading content into a subframe, check against the parent's Content Security Polic
    [all...]
  /external/chromium_org/chrome/browser/extensions/api/tabs/
tabs_api.cc 770 bool loading = params->query_info.status == local
867 if (loading_status_set && loading != web_contents->IsLoading())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtils.js 150 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), 0, "hsl(214, 53%, 58%)", "hsl(214, 67%, 90%)", "hsl(214, 67%, 74%)", "hsl(214, 67%, 66%)"),
172 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] };
188 recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse HTML"), category: categories["loading"] };
195 recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: categories["loading"] };
196 recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: categories["loading"] };
197 recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: categories["loading"] };
199 recordStyles[recordTypes.ResourceReceivedData] = { title: WebInspector.UIString("Receive Data"), category: categories["loading"] };
    [all...]
  /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/crop/
CropActivity.java 187 final View loading = findViewById(R.id.loading); local
188 loading.setVisibility(View.VISIBLE);
201 final View loading = findViewById(R.id.loading); local
202 loading.setVisibility(View.GONE);
237 * Display toast for image loading failure.
246 * AsyncTask for loading a bitmap into memory.
337 final View loading = findViewById(R.id.loading); local
345 final View loading = findViewById(R.id.loading); local
    [all...]
  /system/core/init/
devices.c 843 char *root, *loading, *data, *file1 = NULL, *file2 = NULL, *file3 = NULL; local
847 INFO("firmware: loading '%s' for '%s'\n",
854 l = asprintf(&loading, "%sloading", root);
874 loading_fd = open(loading, O_WRONLY);
921 free(loading);
  /external/guava/guava-tests/test/com/google/common/cache/
LocalCacheTest.java 711 // already loading
2601 boolean loading = false; field in class:LocalCacheTest.DummyValueReference
    [all...]
  /packages/apps/Gallery2/src/com/android/gallery3d/filtershow/
FilterShowActivity.java 780 final View loading = findViewById(R.id.loading); local
782 loading.setVisibility(View.VISIBLE);
786 final View loading = findViewById(R.id.loading); local
787 loading.setVisibility(View.GONE);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.preferences_3.3.0.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.preferences_3.5.100.v20130422-1538.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 379 milliseconds