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

/external/webkit/WebCore/html/
H A DHTMLStyleElement.h61 virtual void setLoading(bool loading) { m_loading = loading; } argument
/external/webkit/WebCore/platform/graphics/
H A DSimpleFontData.cpp50 SimpleFontData::SimpleFontData(const FontPlatformData& f, bool customFont, bool loading, SVGFontData* svgFontData) argument
60 , m_isLoading(loading)
/external/webkit/WebKit/qt/tests/qwebview/
H A Dtst_qwebview.cpp179 view->connect(view, SIGNAL(loadProgress(int)), this, SLOT(loading(int)));
183 void loading(int progress) function in class:WebViewCrashTest
197 // Test if loading can be stopped in loadProgress handler without crash.
/external/webkit/WebCore/inspector/front-end/
H A DTimelinePanel.js103 loading: new WebInspector.TimelineCategory("loading", WebInspector.UIString("Loading"), "rgb(47,102,236)"),
178 this._recordStyles[recordTypes.ParseHTML] = { title: WebInspector.UIString("Parse"), category: this.categories.loading };
186 this._recordStyles[recordTypes.ResourceSendRequest] = { title: WebInspector.UIString("Send Request"), category: this.categories.loading };
187 this._recordStyles[recordTypes.ResourceReceiveResponse] = { title: WebInspector.UIString("Receive Response"), category: this.categories.loading };
188 this._recordStyles[recordTypes.ResourceFinish] = { title: WebInspector.UIString("Finish Loading"), category: this.categories.loading };
/external/webkit/WebKit/win/
H A DWebDataSource.cpp230 /* [retval][out] */ BOOL* loading)
232 *loading = m_loader->isLoadingInAPISense();
229 isLoading( BOOL* loading) argument
/external/webkit/WebCore/loader/
H A DDocumentLoader.cpp208 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
209 // to stop loading. Because of this, we need to save it so we don't return early.
210 bool loading = m_loading; local
213 // Attempt to stop the frame if the document loader is loading, or if it is done loading but
217 if (loading || doc->parsing())
224 if (!loading)
238 // The main resource loader already finished loading. Set the cancelled error on the
H A DDocumentLoader.h99 void setLoading(bool loading) { m_loading = loading; } argument
128 // Return the ArchiveResource for the URL only when loading an Archive
267 // The action that triggered loading - we keep this around for the

Completed in 99 milliseconds