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

  /external/chromium_org/tools/perf/measurements/
loading_trace.py 5 from metrics import loading namespace
25 # recognize loading as a toplevel action.
28 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/tools/chrome_proxy/integration_tests/
chrome_proxy_measurements.py 10 from metrics import loading namespace
27 loading.LoadingMetric().AddResults(tab, results)
  /external/chromium_org/media/blink/
buffered_data_source_unittest.cc 46 // Also keeps track of whether said MockWebURLLoader is actively loading.
75 // Keep track of active loading state via loadAsynchronously() and cancel().
87 bool loading() { return loading_; } function in class:media::MockBufferedDataSource
88 void set_loading(bool loading) { loading_ = loading; }
96 // Whether the resource load has starting loading but yet to been cancelled.
175 if (data_source_->loading()) {
263 EXPECT_TRUE(data_source_->loading());
274 EXPECT_TRUE(data_source_->loading());
283 EXPECT_FALSE(data_source_->loading());
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/loader/
DocumentLoader.cpp 186 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
187 // to stop loading. Because of this, we need to save it so we don't return early.
188 bool loading = isLoading(); local
191 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
195 if (loading || doc->parsing())
199 if (!loading) {
208 // The main resource loader already finished loading. Set the cancelled error on the
305 // Don't ask if we are loading an empty URL.
309 // 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 805 bool loading = params->query_info.status == local
912 if (loading_status_set && loading != web_contents->IsLoading())
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/timeline/
TimelineUIUtils.js 178 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%)"),
  /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 3190 milliseconds