/external/webkit/Source/WebCore/notifications/ |
D | Notification.cpp | 133 stopLoading(); in cancel() 176 void Notification::stopLoading() in stopLoading() function in WebCore::Notification 187 stopLoading(); in didReceiveResponse()
|
D | Notification.h | 99 void stopLoading();
|
/external/webkit/Source/WebCore/loader/icon/ |
D | IconLoader.h | 47 void stopLoading();
|
D | IconLoader.cpp | 85 void IconLoader::stopLoading() in stopLoading() function in WebCore::IconLoader
|
/external/chromium/webkit/glue/ |
D | mimetype_unittest.cc | 82 test_shell_->webView()->mainFrame()->stopLoading(); in TEST_F()
|
/external/webkit/Source/WebKit/mac/WebView/ |
D | WebFrame.h | 164 - (void)stopLoading;
|
D | WebView.h | 671 - (IBAction)stopLoading:(id)sender;
|
/external/webkit/Source/WebCore/loader/appcache/ |
D | ApplicationCacheGroup.cpp | 94 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()
|
D | ApplicationCacheGroup.h | 136 void stopLoading();
|
/external/webkit/Source/WebCore/loader/ |
D | NavigationScheduler.cpp | 405 provisionalDocumentLoader->stopLoading(); in schedule() 406 m_frame->loader()->stopLoading(UnloadEventPolicyUnloadAndPageHide); in schedule()
|
D | DocumentLoader.cpp | 216 void DocumentLoader::stopLoading() in stopLoading() function in WebCore::DocumentLoader 229 m_frame->loader()->stopLoading(UnloadEventPolicyNone); in stopLoading()
|
D | DocumentLoader.h | 105 void stopLoading();
|
D | FrameLoader.h | 227 void stopLoading(UnloadEventPolicy);
|
/external/webkit/Source/WebKit2/UIProcess/ |
D | WebFrameProxy.h | 90 void stopLoading() const;
|
D | WebFrameProxy.cpp | 86 void WebFrameProxy::stopLoading() const in stopLoading() function in WebKit::WebFrameProxy
|
/external/webkit/Source/WebKit2/UIProcess/API/C/ |
D | WKFrame.cpp | 81 toImpl(frameRef)->stopLoading(); in WKFrameStopLoading()
|
/external/webkit/Source/WebKit/win/Interfaces/ |
D | IWebFrame.idl | 175 @method stopLoading 178 - (void)stopLoading; 180 HRESULT stopLoading();
|
/external/webkit/Tools/WebKitTestRunner/InjectedBundle/ |
D | InjectedBundle.cpp | 183 page()->stopLoading(); in done()
|
D | InjectedBundlePage.h | 43 void stopLoading();
|
/external/webkit/Source/WebCore/history/ |
D | CachedFrame.cpp | 145 frame->loader()->stopLoading(UnloadEventPolicyUnloadAndPageHide); in CachedFrame()
|
/external/webkit/Tools/WebKitLauncher/ |
D | WebKitLauncherURLProtocol.m | 85 -(void)stopLoading
|
/external/webkit/Source/WebKit2/WebProcess/InjectedBundle/API/c/ |
D | WKBundlePage.cpp | 147 toImpl(pageRef)->stopLoading(); in WKBundlePageStopLoading()
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebFrame.h | 328 virtual void stopLoading() = 0;
|
/external/webkit/Source/WebKit/chromium/src/ |
D | WebFrameImpl.h | 132 virtual void stopLoading();
|
/external/webkit/Source/WebKit/mac/DefaultDelegates/ |
D | WebDefaultContextMenuDelegate.mm | 80 action = @selector(stopLoading:);
|