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

/external/webkit/Source/WebCore/loader/icon/
H A DIconLoader.cpp79 // Store the handle so we can cancel the load if stopLoading is called later.
85 void IconLoader::stopLoading() function in class:WebCore::IconLoader
/external/webkit/Source/WebCore/notifications/
H A DNotification.cpp133 stopLoading();
176 void Notification::stopLoading() function in class:WebCore::Notification
187 stopLoading();
/external/webkit/Source/WebKit2/UIProcess/
H A DWebFrameProxy.cpp86 void WebFrameProxy::stopLoading() const function in class:WebKit::WebFrameProxy
H A DWebPageProxy.cpp430 void WebPageProxy::stopLoading() function in class:WebKit::WebPageProxy
/external/webkit/Source/WebCore/loader/appcache/
H A DApplicationCacheGroup.cpp94 stopLoading();
256 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
298 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
323 void ApplicationCacheGroup::stopLoading() function in class:WebCore::ApplicationCacheGroup
393 stopLoading();
774 stopLoading();
799 stopLoading();
/external/webkit/Source/WebCore/loader/
H A DDocumentLoader.cpp214 // stopLoading will stop all loads initiated by the data source,
216 void DocumentLoader::stopLoading() function in class:WebCore::DocumentLoader
218 // In some rare cases, calling FrameLoader::stopLoading could set m_loading to false.
219 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
229 m_frame->loader()->stopLoading(UnloadEventPolicyNone);
H A DFrameLoader.cpp373 void FrameLoader::stopLoading(UnloadEventPolicy unloadEventPolicy) function in class:WebCore::FrameLoader
462 m_iconLoader->stopLoading();
471 stopLoading(currentDocument && !currentDocument->inPageCache() ? UnloadEventPolicyUnloadAndPageHide : UnloadEventPolicyUnloadOnly);
1761 // before we call stopLoading.
1767 m_provisionalDocumentLoader->stopLoading();
1769 m_documentLoader->stopLoading();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
H A DInjectedBundlePage.cpp264 void InjectedBundlePage::stopLoading() function in class:WTR::InjectedBundlePage
/external/webkit/Source/WebKit/chromium/src/
H A DWebFrameImpl.cpp995 void WebFrameImpl::stopLoading() function in class:WebKit::WebFrameImpl
1001 // that FrameLoader::stopLoading doesn't call stopAllLoaders.
1003 m_frame->loader()->stopLoading(UnloadEventPolicyNone);
/external/webkit/Source/WebKit/win/
H A DWebFrame.cpp708 HRESULT STDMETHODCALLTYPE WebFrame::stopLoading( void) function in class:WebFrame
/external/webkit/Source/WebKit2/WebProcess/WebPage/
H A DWebPage.cpp501 void WebPage::stopLoading() function in class:WebKit::WebPage

Completed in 330 milliseconds