Home
last modified time | relevance | path

Searched refs:stopLoading (Results 1 – 25 of 72) sorted by relevance

123

/external/webkit/Source/WebCore/notifications/
DNotification.cpp133 stopLoading(); in cancel()
176 void Notification::stopLoading() in stopLoading() function in WebCore::Notification
187 stopLoading(); in didReceiveResponse()
DNotification.h99 void stopLoading();
/external/webkit/Source/WebCore/loader/icon/
DIconLoader.h47 void stopLoading();
DIconLoader.cpp85 void IconLoader::stopLoading() in stopLoading() function in WebCore::IconLoader
/external/chromium/webkit/glue/
Dmimetype_unittest.cc82 test_shell_->webView()->mainFrame()->stopLoading(); in TEST_F()
/external/webkit/Source/WebKit/mac/WebView/
DWebFrame.h164 - (void)stopLoading;
DWebView.h671 - (IBAction)stopLoading:(id)sender;
/external/webkit/Source/WebCore/loader/appcache/
DApplicationCacheGroup.cpp94 stopLoading(); in ~ApplicationCacheGroup()
323 void ApplicationCacheGroup::stopLoading() in stopLoading() function in WebCore::ApplicationCacheGroup
393 stopLoading(); in stopLoadingInFrame()
774 stopLoading(); in cacheUpdateFailed()
799 stopLoading(); in manifestNotFound()
DApplicationCacheGroup.h136 void stopLoading();
/external/webkit/Source/WebCore/loader/
DNavigationScheduler.cpp405 provisionalDocumentLoader->stopLoading(); in schedule()
406 m_frame->loader()->stopLoading(UnloadEventPolicyUnloadAndPageHide); in schedule()
DDocumentLoader.cpp216 void DocumentLoader::stopLoading() in stopLoading() function in WebCore::DocumentLoader
229 m_frame->loader()->stopLoading(UnloadEventPolicyNone); in stopLoading()
DDocumentLoader.h105 void stopLoading();
DFrameLoader.h227 void stopLoading(UnloadEventPolicy);
/external/webkit/Source/WebKit2/UIProcess/
DWebFrameProxy.h90 void stopLoading() const;
DWebFrameProxy.cpp86 void WebFrameProxy::stopLoading() const in stopLoading() function in WebKit::WebFrameProxy
/external/webkit/Source/WebKit2/UIProcess/API/C/
DWKFrame.cpp81 toImpl(frameRef)->stopLoading(); in WKFrameStopLoading()
/external/webkit/Source/WebKit/win/Interfaces/
DIWebFrame.idl175 @method stopLoading
178 - (void)stopLoading;
180 HRESULT stopLoading();
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/
DInjectedBundle.cpp183 page()->stopLoading(); in done()
DInjectedBundlePage.h43 void stopLoading();
/external/webkit/Source/WebCore/history/
DCachedFrame.cpp145 frame->loader()->stopLoading(UnloadEventPolicyUnloadAndPageHide); in CachedFrame()
/external/webkit/Tools/WebKitLauncher/
DWebKitLauncherURLProtocol.m85 -(void)stopLoading
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/
DWKBundlePage.cpp147 toImpl(pageRef)->stopLoading(); in WKBundlePageStopLoading()
/external/webkit/Source/WebKit/chromium/public/
DWebFrame.h328 virtual void stopLoading() = 0;
/external/webkit/Source/WebKit/chromium/src/
DWebFrameImpl.h132 virtual void stopLoading();
/external/webkit/Source/WebKit/mac/DefaultDelegates/
DWebDefaultContextMenuDelegate.mm80 action = @selector(stopLoading:);

123