Searched defs:loading (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/tools/perf/measurements/
H A Dloading_timeline.py5 from metrics import loading namespace
30 # recognize loading as a toplevel action.
33 loading.LoadingMetric().AddResults(tab, results)
H A Dloading_trace.py4 from metrics import loading namespace
30 # recognize loading as a toplevel action.
33 loading.LoadingMetric().AddResults(tab, results)
H A Dloading_profile.py8 from metrics import loading namespace
49 loading.LoadingMetric().AddResults(tab, results)
H A Dsmoothness.py4 from metrics import loading namespace
60 loading.LoadingMetric().AddResults(tab, results)
/external/chromium/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h17 // may be used to alter the UI (e.g. show different kinds of loading
45 bool loading; member in struct:TabRendererData
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DFontLoader.h58 DEFINE_ATTRIBUTE_EVENT_LISTENER(loading);
68 bool loading() const { return m_loadingCount > 0 || m_pendingDoneEvent; } function in class:WebCore::FontLoader
/external/chromium_org/chrome/browser/ui/views/tabs/
H A Dtab_renderer_data.h17 // may be used to alter the UI (e.g. show different kinds of loading
67 bool loading; member in struct:TabRendererData
/external/chromium_org/content/shell/android/java/src/org/chromium/content_shell/
H A DShell.java90 * @return Whether or not the Shell is loading content.
208 private void setIsLoading(boolean loading) { argument
209 mLoading = loading;
/external/chromium_org/content/shell/
H A Dshell_android.cc41 void Shell::PlatformSetIsLoading(bool loading) { argument
43 Java_Shell_setIsLoading(env, java_object_.obj(), loading);
H A Dshell_aura.cc331 void Shell::PlatformSetIsLoading(bool loading) { argument
H A Dshell_win.cc84 void Shell::PlatformSetIsLoading(bool loading) { argument
H A Dshell_gtk.cc93 void Shell::PlatformSetIsLoading(bool loading) { argument
97 if (loading)
/external/chromium_org/content/renderer/media/
H A Dbuffered_data_source_unittest.cc37 // Also keeps track of whether said MockWebURLLoader is actively loading.
60 // Keep track of active loading state via loadAsynchronously() and cancel().
72 bool loading() { return loading_; } function in class:content::MockBufferedDataSource
73 void set_loading(bool loading) { loading_ = loading; } argument
81 // Whether the resource load has starting loading but yet to been cancelled.
148 if (data_source_->loading()) {
231 EXPECT_TRUE(data_source_->loading());
242 EXPECT_TRUE(data_source_->loading());
251 EXPECT_FALSE(data_source_->loading());
[all...]
/external/chromium/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h53 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.
H A Dtab_renderer_gtk.cc97 // The loading animation image is a strip of states. Each state must be
128 int loading, int waiting, int waiting_to_loading)
131 loading_animation_frame_count(loading),
175 // The waiting animation is the reverse of the loading animation, but at a
318 data_.loading = contents->is_loading();
813 title = data_.loading ?
127 Data( int loading, int waiting, int waiting_to_loading) argument
/external/chromium_org/chrome/browser/ui/gtk/tabs/
H A Dtab_renderer_gtk.h58 Data(int loading, int waiting, int waiting_to_loading);
72 // Advance the loading animation to the next frame, or hide the animation if
73 // the tab isn't loading. Returns |true| if the icon area needs to be
111 // WebContents. If only the loading state was updated, the loading_only flag
171 // Advance the loading animation to the next frame, or hide the animation if
172 // the tab isn't loading. Returns |true| if the icon area needs to be
260 bool loading; member in struct:TabRendererGtk::TabData
419 // Contains the loading animation state.
H A Dtab_renderer_gtk.cc154 // The loading animation image is a strip of states. Each state must be
186 int loading, int waiting, int waiting_to_loading)
187 : loading_animation_frame_count(loading),
229 // The waiting animation is the reverse of the loading animation, but at a
264 loading(false),
432 data_.loading = contents->IsLoading();
900 title = data_.loading ?
185 Data( int loading, int waiting, int waiting_to_loading) argument
/external/chromium_org/chrome/browser/extensions/api/tabs/
H A Dtabs_api.cc914 bool loading = params->query_info.status == local
1008 if (loading_status_set && loading != web_contents->IsLoading())
1740 // URL of the new/loading page (active) but would capture the content of the
/external/chromium_org/third_party/WebKit/Source/core/loader/
H A DDocumentLoader.cpp233 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
234 // to stop loading. Because of this, we need to save it so we don't return early.
235 bool loading = isLoading(); local
238 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
242 if (loading || doc->parsing())
251 if (!loading) {
252 // If something above restarted loading we might run into mysterious crashes like
258 // We might run in to infinite recursion if we're stopping loading as the result of
270 // The main resource loader already finished loading
[all...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
H A DTimelinePresentationModel.js49 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), 0, "#5A8BCC", "#8EB6E9", "#70A2E3"),
70 recordStyles[recordTypes.Root] = { title: "#root", category: categories["loading"] };
85 recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse HTML"), category: categories["loading"] };
92 recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: categories["loading"] };
93 recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: categories["loading"] };
94 recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: categories["loading"] };
96 recordStyles[recordTypes.ResourceReceivedData] = { title: WebInspector.UIString("Receive Data"), category: categories["loading"] };
103 recordStyles[recordTypes.ScheduleResourceRequest] = { title: WebInspector.UIString("Schedule Request"), category: categories["loading"] };
/external/guava/guava-tests/test/com/google/common/cache/
H A DLocalCacheTest.java711 // already loading
2601 boolean loading = false; field in class:LocalCacheTest.DummyValueReference
2605 this.loading = true;
2641 public void setLoading(boolean loading) { argument
2642 this.loading = loading;
2647 return loading;
2652 return !loading;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.preferences_3.3.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 364 milliseconds