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;