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

/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/webkit/Source/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp186 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/webkit/Source/WebKit/win/
H A DWebDataSource.cpp240 /* [retval][out] */ BOOL* loading)
242 *loading = m_loader->isLoadingInAPISense();
239 isLoading( BOOL* loading) argument
/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/webkit/Source/WebCore/inspector/front-end/
H A DTimelinePanel.js157 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 };
311 // We are loading new main resource -> clear the panel. Check above is necessary since
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.h109 void setLoading(bool loading) { m_loading = loading; } argument
146 // Return the ArchiveResource for the URL only when loading an Archive
307 // The action that triggered loading - we keep this around for the
H A DDocumentLoader.cpp219 // (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
/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 136 milliseconds