Home
last modified time | relevance | path

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

/external/chromium/webkit/glue/
Dmimetype_unittest.cc82 test_shell_->webView()->mainFrame()->stopLoading(); in TEST_F()
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
DContentView.java227 public void stopLoading() { in stopLoading() method in ContentView
228 mContentViewCore.stopLoading(); in stopLoading()
DContentViewCore.java1035 public void stopLoading() {
/external/chromium_org/third_party/WebKit/Source/core/loader/
DDocumentLoader.cpp215 void DocumentLoader::stopLoading() in stopLoading() function in WebCore::DocumentLoader
231 m_frame->loader().stopLoading(); in stopLoading()
659 stopLoading(); in detachFromFrame()
DFrameLoader.cpp199 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()
DDocumentLoader.h111 void stopLoading();
DFrameLoader.h97 void stopLoading();
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
DTabBase.java403 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/
DGAEChannelClient.m65 [_webView stopLoading];
/external/chromium_org/content/renderer/pepper/
Dpepper_url_loader_host.cc367 GetFrame()->stopLoading(); in Close()
Dpepper_plugin_instance_impl.cc808 container()->element().document().frame()->stopLoading(); in HandleDocumentLoad()
/external/chromium_org/third_party/WebKit/public/web/
DWebFrame.h383 virtual void stopLoading() = 0;
/external/chromium_org/third_party/WebKit/Source/web/
DWebFrameImpl.h156 virtual void stopLoading();
DChromeClientImpl.cpp413 m_webView->mainFrame()->stopLoading(); in closeWindowSoon()
DWebFrameImpl.cpp981 void WebFrameImpl::stopLoading() in stopLoading() function in blink::WebFrameImpl
/external/chromium_org/content/shell/renderer/
Dwebkit_test_runner.cc652 render_view()->GetWebView()->mainFrame()->stopLoading(); in CaptureDump()
/external/chromium_org/android_webview/java/src/org/chromium/android_webview/
DAwContents.java1124 public void stopLoading() { in stopLoading() method in AwContents
1125 mContentViewCore.stopLoading(); in stopLoading()
/external/chromium_org/content/renderer/npapi/
Dwebplugin_impl.cc1303 webframe_->stopLoading(); in CancelDocumentLoad()
/external/chromium_org/content/renderer/
Drender_view_impl.cc1577 main_frame->stopLoading(); in OnStop()