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

1 2 3 4 5

  /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 64 void stopLoading();
  /frameworks/base/tests/BrowserPowerTest/src/com/android/browserpowertest/
PowerTestActivity.java 121 webView.stopLoading();
159 webView.stopLoading();
256 webView.stopLoading();
  /frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
ReliabilityTestActivity.java 125 webView.stopLoading();
163 webView.stopLoading();
294 webView.stopLoading();
  /external/webkit/Source/WebKit2/UIProcess/
WebFrameProxy.h 90 void stopLoading() const;
  /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/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();
  /frameworks/base/core/java/android/content/
Loader.java 240 * has been called and no calls to {@link #stopLoading()} or
278 * Calling {@link #stopLoading} will stop the delivery of callbacks.
377 public void stopLoading() {
384 * as per {@link #stopLoading()}. This is not called by clients directly,
385 * but as a result of a call to {@link #stopLoading()}.
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 154 * has been called and no calls to {@link #stopLoading()} or
186 * Calling {@link #stopLoading} will stop the delivery of callbacks.
242 public void stopLoading() {
249 * as per {@link #stopLoading()}. This is not called by clients directly,
250 * but as a result of a call to {@link #stopLoading()}.
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 195 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);
  /cts/tests/src/android/webkit/cts/
WebViewOnUiThread.java 362 public void stopLoading() {
366 mWebView.stopLoading();
  /external/webkit/Source/WebKit/mac/DefaultDelegates/
WebDefaultContextMenuDelegate.mm 80 action = @selector(stopLoading:);

Completed in 1147 milliseconds

1 2 3 4 5