Searched defs:stopLoading (Results 1 - 6 of 6) sorted by relevance

/external/webkit/WebCore/loader/icon/
H A DIconLoader.cpp74 // Store the handle so we can cancel the load if stopLoading is called later.
80 void IconLoader::stopLoading() function in class:WebCore::IconLoader
/external/webkit/WebCore/loader/
H A DDocumentLoader.cpp203 // stopLoading will stop all loads initiated by the data source,
205 void DocumentLoader::stopLoading(DatabasePolicy databasePolicy) function in class:WebCore::DocumentLoader
207 // In some rare cases, calling FrameLoader::stopLoading could set m_loading to false.
208 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
218 m_frame->loader()->stopLoading(UnloadEventPolicyNone, databasePolicy);
H A DFrameLoader.cpp533 void FrameLoader::stopLoading(UnloadEventPolicy unloadEventPolicy, DatabasePolicy databasePolicy) function in class:WebCore::FrameLoader
594 child->loader()->stopLoading(unloadEventPolicy);
610 m_iconLoader->stopLoading();
619 stopLoading(currentDocument && !currentDocument->inPageCache() ? UnloadEventPolicyUnloadAndPageHide : UnloadEventPolicyUnloadOnly);
2360 m_provisionalDocumentLoader->stopLoading(databasePolicy);
2362 m_documentLoader->stopLoading(databasePolicy);
3006 pdl->stopLoading();
/external/webkit/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp80 stopLoading();
239 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
281 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
306 void ApplicationCacheGroup::stopLoading() function in class:WebCore::ApplicationCacheGroup
692 stopLoading();
707 stopLoading();
/external/webkit/WebKit/chromium/src/
H A DWebFrameImpl.cpp720 stopLoading(); // Make sure existing activity stops.
734 stopLoading(); // Make sure existing activity stops.
743 stopLoading(); // Make sure existing activity stops.
781 stopLoading(); // Make sure existing activity stops.
811 void WebFrameImpl::stopLoading() function in class:WebKit::WebFrameImpl
817 // that FrameLoader::stopLoading doesn't call stopAllLoaders.
819 m_frame->loader()->stopLoading(UnloadEventPolicyNone);
/external/webkit/WebKit/win/
H A DWebFrame.cpp667 HRESULT STDMETHODCALLTYPE WebFrame::stopLoading( void) function in class:WebFrame

Completed in 116 milliseconds