/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/ |
D | GAEChannelClient.m | 86 [_webView stopLoading]; 89 [[_webView mainFrame] stopLoading];
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | FrameLoader.cpp | 177 void FrameLoader::stopLoading() in stopLoading() function in blink::FrameLoader 232 stopLoading(); in closeURL() 570 m_provisionalDocumentLoader->stopLoading(); in loadInSameDocument() 858 m_provisionalDocumentLoader->stopLoading(); in stopAllLoaders() 860 m_documentLoader->stopLoading(); in stopAllLoaders() 1324 m_provisionalDocumentLoader->stopLoading(); in loadWithNavigationAction()
|
D | DocumentLoader.cpp | 180 void DocumentLoader::stopLoading() in stopLoading() function in blink::DocumentLoader 196 m_frame->loader().stopLoading(); in stopLoading() 586 stopLoading(); in detachFromFrame()
|
D | DocumentLoader.h | 97 void stopLoading();
|
D | FrameLoader.h | 94 void stopLoading();
|
D | NavigationScheduler.cpp | 392 m_frame->loader().provisionalDocumentLoader()->stopLoading(); in schedule()
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_loader_host.cc | 372 frame->stopLoading(); in Close()
|
D | pepper_plugin_instance_impl.cc | 916 container()->element().document().frame()->stopLoading(); in HandleDocumentLoad()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 371 virtual void stopLoading() = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebRemoteFrameImpl.h | 91 virtual void stopLoading() OVERRIDE;
|
D | WebLocalFrameImpl.h | 140 virtual void stopLoading() OVERRIDE;
|
D | WebRemoteFrameImpl.cpp | 439 void WebRemoteFrameImpl::stopLoading() in stopLoading() function in blink::WebRemoteFrameImpl
|
D | ChromeClientImpl.cpp | 414 m_webView->mainFrame()->stopLoading(); in closeWindowSoon()
|
D | WebLocalFrameImpl.cpp | 890 void WebLocalFrameImpl::stopLoading() in stopLoading() function in blink::WebLocalFrameImpl
|
/external/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/ |
D | AwContentsTest.java | 125 awContents.stopLoading(); in testWebViewApisFailGracefullyAfterDestruction()
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.cc | 691 render_view()->GetWebView()->mainFrame()->stopLoading(); in CaptureDumpComplete()
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | Tab.java | 566 public void stopLoading() { in stopLoading() method in Tab
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.cc | 1325 webframe_->stopLoading(); in CancelDocumentLoad()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwContents.java | 1366 public void stopLoading() { in stopLoading() method in AwContents
|
/external/chromium_org/content/renderer/ |
D | render_frame_impl.cc | 3237 frame_->stopLoading(); in OnStop()
|