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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/chrome/utility/importer/
importer.cc 9 void Importer::Cancel() {
importer.h 29 virtual void Cancel();
  /external/chromium_org/ash/wm/
overlay_event_filter.cc 38 Cancel();
54 Cancel();
58 Cancel();
62 Cancel();
73 void OverlayEventFilter::Cancel() {
75 delegate_->Cancel();
overlay_event_filter.h 29 virtual void Cancel() = 0;
43 // |delegate| when a key event means cancel (like Esc). It holds the
52 void Cancel();
  /external/chromium_org/content/public/browser/
resource_controller.h 12 // Used to either resume a deferred resource load or cancel a resource load at
13 // any time. CancelAndIgnore is a variation of Cancel that also causes the
16 // to cancel load with any other error code.
19 virtual void Cancel() = 0;
  /external/chromium/chrome/browser/extensions/
gtk_theme_installed_infobar_delegate.cc 18 bool GtkThemeInstalledInfoBarDelegate::Cancel() {
23 return ThemeInstalledInfoBarDelegate::Cancel();
gtk_theme_installed_infobar_delegate.h 24 virtual bool Cancel();
  /external/chromium_org/net/dns/
notify_watcher_mac.cc 17 Cancel();
23 Cancel();
35 Cancel();
42 void NotifyWatcherMac::Cancel() {
55 Cancel();
  /external/chromium/net/proxy/
proxy_script_fetcher.h 26 // Destruction should cancel any outstanding requests.
43 // If the request is cancelled (either using the "Cancel()" method or by
51 virtual void Cancel() = 0;
  /external/chromium_org/chrome/browser/ui/pdf/
open_pdf_in_reader_prompt_delegate.h 29 virtual void Cancel() = 0;
  /external/chromium_org/net/proxy/
proxy_script_fetcher.h 26 // Destruction should cancel any outstanding requests.
43 // If the request is cancelled (either using the "Cancel()" method or by
51 virtual void Cancel() = 0;
dhcp_proxy_script_fetcher.h 28 // Destruction should cancel any outstanding requests.
55 // If the request is cancelled (either using the "Cancel()" method or by
63 virtual void Cancel() = 0;
90 virtual void Cancel() OVERRIDE;
dhcp_proxy_script_fetcher.cc 28 void DoNothingDhcpProxyScriptFetcher::Cancel() {}
  /external/chromium/base/files/
file_path_watcher.cc 17 impl_->Cancel();
  /external/chromium/chrome/browser/
repost_form_warning_controller.h 15 // This class is used to continue or cancel a pending reload when the
26 // Cancel the reload.
27 void Cancel();
  /external/chromium_org/base/files/
file_path_watcher_stub.cc 22 virtual void Cancel() OVERRIDE {}
  /external/chromium_org/chrome/browser/chromeos/login/
user_adding_screen.h 26 virtual void Cancel() = 0;
  /external/chromium_org/chrome/browser/chromeos/power/
idle_action_warning_dialog_view.h 26 virtual bool Cancel() OVERRIDE;
  /external/chromium_org/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 19 virtual void Cancel() OVERRIDE;
21 virtual void CancelOnce() OVERRIDE { Cancel(); }
56 void MockTabDownloadState::Cancel() {
81 if (state.infobar_delegate()->Cancel())
download_resource_throttle.cc 56 controller()->Cancel();
76 controller()->Cancel();
  /external/chromium_org/chrome/browser/ui/
confirm_bubble_model.cc 28 void ConfirmBubbleModel::Cancel() {
confirm_bubble_model.h 42 // and a cancel button, it should return (BUTTON_OK | BUTTON_CANCEL). (This is
47 // returns "OK" for the OK button and "Cancel" for the Cancel button.
53 // Called when the Cancel button is pressed.
54 virtual void Cancel();
  /external/chromium_org/ui/app_list/views/test/
apps_grid_view_test_api.cc 24 view_->bounds_animator_.Cancel();
  /external/chromium_org/webkit/browser/fileapi/
file_stream_writer.h 47 // If the cancel is finished synchronously, it returns net::OK. If the
48 // cancel could not be performed, it returns an error code. Especially when
51 // the thread where Cancel() was called when the cancel has completed. It is
52 // invalid to call Cancel() more than once on the same async operation.
55 // operation is dismissed immediately when Cancel() is called, and thus
57 virtual int Cancel(const net::CompletionCallback& callback) = 0;
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.cc 37 void AltErrorPageResourceFetcher::Cancel() {
38 fetcher_->Cancel();

Completed in 1061 milliseconds

1 2 3 4 5 6 7 8 91011>>