/external/chromium/webkit/glue/ |
D | mimetype_unittest.cc | 82 test_shell_->webView()->mainFrame()->stopLoading(); in TEST_F()
|
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/ |
D | ContentView.java | 227 public void stopLoading() { in stopLoading() method in ContentView 228 mContentViewCore.stopLoading(); in stopLoading()
|
D | ContentViewCore.java | 1035 public void stopLoading() {
|
/external/chromium_org/third_party/WebKit/Source/core/loader/ |
D | DocumentLoader.cpp | 215 void DocumentLoader::stopLoading() in stopLoading() function in WebCore::DocumentLoader 231 m_frame->loader().stopLoading(); in stopLoading() 659 stopLoading(); in detachFromFrame()
|
D | FrameLoader.cpp | 199 void FrameLoader::stopLoading() in stopLoading() function in WebCore::FrameLoader 258 stopLoading(); in closeURL() 802 m_provisionalDocumentLoader->stopLoading(); in stopAllLoaders() 804 m_documentLoader->stopLoading(); in stopAllLoaders() 1222 m_provisionalDocumentLoader->stopLoading(); in checkNavigationPolicyAndContinueFragmentScroll()
|
D | DocumentLoader.h | 111 void stopLoading();
|
D | FrameLoader.h | 97 void stopLoading();
|
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/ |
D | TabBase.java | 403 public void stopLoading() { in stopLoading() method in TabBase 404 if (mContentViewCore != null) mContentViewCore.stopLoading(); in stopLoading()
|
/external/chromium_org/third_party/libjingle/source/talk/examples/ios/AppRTCDemo/ |
D | GAEChannelClient.m | 65 [_webView stopLoading];
|
/external/chromium_org/content/renderer/pepper/ |
D | pepper_url_loader_host.cc | 367 GetFrame()->stopLoading(); in Close()
|
D | pepper_plugin_instance_impl.cc | 808 container()->element().document().frame()->stopLoading(); in HandleDocumentLoad()
|
/external/chromium_org/third_party/WebKit/public/web/ |
D | WebFrame.h | 383 virtual void stopLoading() = 0;
|
/external/chromium_org/third_party/WebKit/Source/web/ |
D | WebFrameImpl.h | 156 virtual void stopLoading();
|
D | ChromeClientImpl.cpp | 413 m_webView->mainFrame()->stopLoading(); in closeWindowSoon()
|
D | WebFrameImpl.cpp | 981 void WebFrameImpl::stopLoading() in stopLoading() function in blink::WebFrameImpl
|
/external/chromium_org/content/shell/renderer/ |
D | webkit_test_runner.cc | 652 render_view()->GetWebView()->mainFrame()->stopLoading(); in CaptureDump()
|
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/ |
D | AwContents.java | 1124 public void stopLoading() { in stopLoading() method in AwContents 1125 mContentViewCore.stopLoading(); in stopLoading()
|
/external/chromium_org/content/renderer/npapi/ |
D | webplugin_impl.cc | 1303 webframe_->stopLoading(); in CancelDocumentLoad()
|
/external/chromium_org/content/renderer/ |
D | render_view_impl.cc | 1577 main_frame->stopLoading(); in OnStop()
|