HomeSort by relevance Sort by last modified time
    Searched refs:stopLoading (Results 1 - 25 of 51) sorted by null

1 2 3

  /external/webkit/WebCore/loader/icon/
IconLoader.h 47 void stopLoading();
IconLoader.cpp 74 // Store the handle so we can cancel the load if stopLoading is called later.
80 void IconLoader::stopLoading()
  /external/webkit/WebKit/mac/WebView/
WebFrame.h 160 @method stopLoading
164 - (void)stopLoading;
WebView.h 671 - (IBAction)stopLoading:(id)sender;
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 120 webView.stopLoading();
158 webView.stopLoading();
255 webView.stopLoading();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 124 webView.stopLoading();
162 webView.stopLoading();
293 webView.stopLoading();
  /external/webkit/WebCore/loader/appcache/
ApplicationCacheGroup.h 124 void stopLoading();
ApplicationCacheGroup.cpp 80 stopLoading();
239 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
281 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
306 void ApplicationCacheGroup::stopLoading()
692 stopLoading();
707 stopLoading();
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 120 public void stopLoading() {
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 135 mWebView.stopLoading();
  /external/webkit/WebKit/win/Interfaces/
IWebFrame.idl 175 @method stopLoading
178 - (void)stopLoading;
180 HRESULT stopLoading();
  /external/webkit/WebKitTools/WebKitLauncher/
WebKitLauncherURLProtocol.m 85 -(void)stopLoading
  /external/webkit/WebKit/chromium/public/
WebFrame.h 277 virtual void stopLoading() = 0;
  /external/webkit/WebCore/loader/
RedirectScheduler.cpp 342 provisionalDocumentLoader->stopLoading();
343 loader->stopLoading(UnloadEventPolicyUnloadAndPageHide);
DocumentLoader.h 95 void stopLoading(DatabasePolicy = DatabasePolicyStop);
DocumentLoader.cpp 203 // stopLoading will stop all loads initiated by the data source,
205 void DocumentLoader::stopLoading(DatabasePolicy databasePolicy)
207 // In some rare cases, calling FrameLoader::stopLoading could set m_loading to false.
208 // (This can happen when there's a single XMLHttpRequest currently loading and stopLoading causes it
218 m_frame->loader()->stopLoading(UnloadEventPolicyNone, databasePolicy);
FrameLoader.h 225 void stopLoading(UnloadEventPolicy, DatabasePolicy = DatabasePolicyStop);
  /external/webkit/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 80 action = @selector(stopLoading:);
  /packages/apps/Browser/src/com/android/browser/
TabControl.java 439 webview.stopLoading();
443 webview.stopLoading();
  /external/webkit/WebKit/chromium/src/
WebFrameImpl.h 116 virtual void stopLoading();
WebFrameImpl.cpp 720 stopLoading(); // Make sure existing activity stops.
734 stopLoading(); // Make sure existing activity stops.
743 stopLoading(); // Make sure existing activity stops.
781 stopLoading(); // Make sure existing activity stops.
811 void WebFrameImpl::stopLoading()
817 // that FrameLoader::stopLoading doesn't call stopAllLoaders.
819 m_frame->loader()->stopLoading(UnloadEventPolicyNone);
    [all...]
ChromeClientImpl.cpp 384 m_webView->mainFrame()->stopLoading();
  /external/webkit/WebKit/android/WebCoreSupport/
ChromeClientAndroid.cpp 229 mainFrame->loader()->stopLoading(UnloadEventPolicyNone);
  /external/webkit/WebKit/win/
WebFrame.h 138 virtual HRESULT STDMETHODCALLTYPE stopLoading( void);
  /frameworks/base/core/java/android/webkit/
WebViewCore.java     [all...]

Completed in 472 milliseconds

1 2 3