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

1 2 3 4 5 6 7 8 910

  /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/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/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();
repost_form_warning_controller.cc 28 Cancel();
36 void RepostFormWarningController::Cancel() {
62 Cancel();
67 // Make sure we won't do anything when |Cancel()| is called again.
  /external/chromium/webkit/glue/
alt_error_page_resource_fetcher.cc 37 void AltErrorPageResourceFetcher::Cancel() {
38 fetcher_->Cancel();
alt_error_page_resource_fetcher.h 38 void Cancel();
  /external/chromium/chrome/browser/remoting/
setup_flow_get_status_step.h 25 virtual void Cancel();
setup_flow_register_step.h 24 virtual void Cancel();
setup_flow_start_host_step.h 26 virtual void Cancel();
  /external/chromium/chrome/browser/ui/views/
instant_confirm_view.h 26 virtual bool Cancel();
external_protocol_dialog.h 38 virtual bool Cancel();
js_modal_dialog_views.h 41 virtual bool Cancel();
repost_form_warning_view.h 40 virtual bool Cancel();
  /external/chromium/chrome/browser/download/
download_request_infobar_delegate_unittest.cc 17 virtual void Cancel();
56 void MockTabDownloadState::Cancel() {
80 state.infobar()->Cancel();
download_request_infobar_delegate.cc 25 host_->Cancel();
  /external/chromium/base/
task_unittest.cc 35 cancelable_task_->Cancel();
  /external/chromium/chrome/browser/chromeos/login/
ownership_status_checker.h 21 // be invoked with the result. In order to cancel the callback, just destroy the
42 void Cancel();
  /external/chromium/chrome/browser/chromeos/options/
take_photo_dialog.h 35 virtual bool Cancel();
  /external/chromium/chrome/browser/custom_handlers/
register_protocol_handler_infobar_delegate.h 33 virtual bool Cancel() OVERRIDE;
  /external/chromium/chrome/browser/importer/
external_process_importer_host.h 28 virtual void Cancel() OVERRIDE;
57 // conditions on import cancel.
importer.h 32 virtual void Cancel();
  /external/chromium/chrome/browser/tab_contents/
confirm_infobar_delegate.cc 27 bool ConfirmInfoBarDelegate::Cancel() {
confirm_infobar_delegate.h 31 // returns "OK" for the OK button and "Cancel" for the Cancel button.
41 // Called when the Cancel button is pressed. If the function returns true,
43 virtual bool Cancel();

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 910