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

1 2 3 4

  /external/webkit/Source/WebCore/loader/icon/
IconLoader.h 47 void stopLoading();
IconLoader.cpp 79 // Store the handle so we can cancel the load if stopLoading is called later.
85 void IconLoader::stopLoading()
  /external/webkit/Source/WebCore/notifications/
Notification.cpp 133 stopLoading();
176 void Notification::stopLoading()
187 stopLoading();
Notification.h 99 void stopLoading();
  /external/chromium/webkit/glue/
mimetype_unittest.cc 82 test_shell_->webView()->mainFrame()->stopLoading();
  /external/webkit/Source/WebKit/mac/WebView/
WebFrame.h 160 @method stopLoading
164 - (void)stopLoading;
  /frameworks/base/test-runner/src/android/test/
LoaderTestCase.java 66 completedLoader.stopLoading();
  /packages/apps/Browser/src/com/android/browser/
UiController.java 62 void stopLoading();
SnapshotTab.java 145 getWebView().stopLoading();
  /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/Source/WebKit2/UIProcess/
WebFrameProxy.h 90 void stopLoading() const;
  /frameworks/base/core/java/android/content/
Loader.java 175 * has been called and no calls to {@link #stopLoading()} or
213 * Calling {@link #stopLoading} will stop the delivery of callbacks.
275 public void stopLoading() {
282 * as per {@link #stopLoading()}. This is not called by clients directly,
283 * but as a result of a call to {@link #stopLoading()}.
  /frameworks/base/tools/layoutlib/bridge/src/android/webkit/
WebView.java 120 public void stopLoading() {
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 153 * has been called and no calls to {@link #stopLoading()} or
185 * Calling {@link #stopLoading} will stop the delivery of callbacks.
241 public void stopLoading() {
248 * as per {@link #stopLoading()}. This is not called by clients directly,
249 * but as a result of a call to {@link #stopLoading()}.
  /packages/apps/HTMLViewer/src/com/android/htmlviewer/
HTMLViewerActivity.java 135 mWebView.stopLoading();
  /external/webkit/Source/WebKit/win/Interfaces/
IWebFrame.idl 175 @method stopLoading
178 - (void)stopLoading;
180 HRESULT stopLoading();
  /external/webkit/Tools/WebKitLauncher/
WebKitLauncherURLProtocol.m 85 -(void)stopLoading
  /external/webkit/Source/WebCore/loader/appcache/
ApplicationCacheGroup.h 136 void stopLoading();
ApplicationCacheGroup.cpp 94 stopLoading();
256 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
298 ASSERT(!m_cacheBeingUpdated); // Already cleared out by stopLoading().
323 void ApplicationCacheGroup::stopLoading()
393 stopLoading();
774 stopLoading();
799 stopLoading();
    [all...]
  /external/webkit/Source/WebKit2/UIProcess/API/C/
WKFrame.cpp 81 toImpl(frameRef)->stopLoading();
  /packages/apps/Contacts/src/com/android/contacts/list/
DirectoryListLoader.java 194 stopLoading();
  /packages/apps/Email/src/com/android/email/activity/
ContactStatusLoader.java 160 stopLoading();
  /external/webkit/Source/WebCore/loader/
NavigationScheduler.cpp 405 provisionalDocumentLoader->stopLoading();
406 m_frame->loader()->stopLoading(UnloadEventPolicyUnloadAndPageHide);
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 80 action = @selector(stopLoading:);

Completed in 1238 milliseconds

1 2 3 4