Searched refs:Cancel (Results 1 - 25 of 229) sorted by relevance

12345678910

/external/chromium/chrome/browser/extensions/
H A Dgtk_theme_installed_infobar_delegate.cc18 bool GtkThemeInstalledInfoBarDelegate::Cancel() { function in class:GtkThemeInstalledInfoBarDelegate
23 return ThemeInstalledInfoBarDelegate::Cancel();
H A Dgtk_theme_installed_infobar_delegate.h24 virtual bool Cancel();
H A Dtheme_installed_infobar_delegate.h36 virtual bool Cancel();
/external/chromium/base/files/
H A Dfile_path_watcher.cc17 impl_->Cancel();
/external/chromium/net/proxy/
H A Dproxy_script_fetcher.h43 // If the request is cancelled (either using the "Cancel()" method or by
51 virtual void Cancel() = 0;
/external/chromium/webkit/glue/
H A Dalt_error_page_resource_fetcher.cc37 void AltErrorPageResourceFetcher::Cancel() { function in class:webkit_glue::AltErrorPageResourceFetcher
38 fetcher_->Cancel();
/external/chromium/chrome/browser/
H A Drepost_form_warning_controller.h26 // Cancel the reload.
27 void Cancel();
H A Drepost_form_warning_controller.cc28 Cancel();
36 void RepostFormWarningController::Cancel() { function in class:RepostFormWarningController
62 Cancel();
67 // Make sure we won't do anything when |Cancel()| is called again.
H A Dplugin_observer.cc42 virtual bool Cancel();
72 bool PluginInfoBarDelegate::Cancel() { function in class:__anon1760::PluginInfoBarDelegate
107 virtual bool Cancel();
156 return PluginInfoBarDelegate::Cancel();
159 bool BlockedPluginInfoBarDelegate::Cancel() { function in class:__anon1760::BlockedPluginInfoBarDelegate
165 return PluginInfoBarDelegate::Cancel();
200 virtual bool Cancel();
263 bool OutdatedPluginInfoBarDelegate::Cancel() { function in class:__anon1760::OutdatedPluginInfoBarDelegate
266 return PluginInfoBarDelegate::Cancel();
/external/chromium/chrome/browser/download/
H A Ddownload_request_infobar_delegate_unittest.cc17 virtual void Cancel();
56 void MockTabDownloadState::Cancel() { function in class:MockTabDownloadState
80 state.infobar()->Cancel();
H A Ddownload_request_infobar_delegate.cc25 host_->Cancel();
/external/chromium/base/
H A Dtask_unittest.cc35 cancelable_task_->Cancel();
/external/chromium/chrome/browser/chromeos/login/
H A Downership_status_checker.h42 void Cancel();
H A Downership_status_checker.cc17 core_->Cancel();
44 void OwnershipStatusChecker::Core::Cancel() { function in class:chromeos::OwnershipStatusChecker::Core
/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_host.h28 virtual void Cancel() OVERRIDE;
H A Dexternal_process_importer_host.cc18 void ExternalProcessImporterHost::Cancel() { function in class:ExternalProcessImporterHost
21 client_->Cancel();
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_register_step.h24 virtual void Cancel();
/external/chromium/chrome/browser/tab_contents/
H A Dconfirm_infobar_delegate.cc27 bool ConfirmInfoBarDelegate::Cancel() { function in class:ConfirmInfoBarDelegate
/external/chromium/chrome/browser/ui/views/
H A Dinstant_confirm_view.h26 virtual bool Cancel();
H A Drepost_form_warning_view.cc67 bool RepostFormWarningView::Cancel() { function in class:RepostFormWarningView
68 controller_->Cancel();
/external/chromium/net/base/
H A Dhost_resolver.cc47 Cancel();
74 void SingleRequestHostResolver::Cancel() { function in class:net::SingleRequestHostResolver
/external/chromium/net/disk_cache/
H A Din_flight_io.cc21 void BackgroundIO::Cancel() { function in class:disk_cache::BackgroundIO
72 operation->Cancel();
/external/chromium/net/url_request/
H A Durl_request_test_util.cc137 request->Cancel();
160 request->Cancel();
168 request->Cancel();
179 request->Cancel();
191 request->Cancel();
216 request->Cancel();
241 request->Cancel();
/external/chromium/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.h47 virtual bool Cancel();
/external/chromium/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.h33 virtual bool Cancel() OVERRIDE;

Completed in 276 milliseconds

12345678910