Searched defs:Cancel (Results 1 - 25 of 100) sorted by relevance

1234

/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 Dtheme_installed_infobar_delegate.cc49 bool ThemeInstalledInfoBarDelegate::Cancel() { function in class:ThemeInstalledInfoBarDelegate
/external/chromium/chrome/browser/chromeos/login/
H A Downership_status_checker.cc17 core_->Cancel();
44 void OwnershipStatusChecker::Core::Cancel() { function in class:chromeos::OwnershipStatusChecker::Core
/external/chromium/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.cc63 bool RegisterProtocolHandlerInfoBarDelegate::Cancel() { function in class:RegisterProtocolHandlerInfoBarDelegate
/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 Dbase_file.cc45 Cancel(); // Will delete the file.
152 void BaseFile::Cancel() { function in class:BaseFile
H A Dsave_item.cc60 // Cancel this saving item job. If the job is not in progress, ignore
63 void SaveItem::Cancel() { function in class:SaveItem
/external/chromium/chrome/browser/importer/
H A Dexternal_process_importer_host.cc18 void ExternalProcessImporterHost::Cancel() { function in class:ExternalProcessImporterHost
21 client_->Cancel();
H A Dimporter.cc15 void Importer::Cancel() { function in class:Importer
/external/chromium/chrome/browser/
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.
/external/chromium/chrome/browser/tab_contents/
H A Dconfirm_infobar_delegate.cc27 bool ConfirmInfoBarDelegate::Cancel() { function in class:ConfirmInfoBarDelegate
/external/chromium/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.cc43 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
51 bool MockConfirmInfoBarDelegate::Cancel() { function in class:MockConfirmInfoBarDelegate
/external/chromium/chrome/browser/ui/views/
H A Drepost_form_warning_view.cc67 bool RepostFormWarningView::Cancel() { function in class:RepostFormWarningView
68 controller_->Cancel();
/external/chromium/net/base/
H A Dcompletion_callback.h30 // provider of the callback calls Cancel() to mark the callback as
42 void Cancel() { function in class:net::CancelableCompletionCallback
/external/chromium/webkit/glue/
H A Dalt_error_page_resource_fetcher.cc37 void AltErrorPageResourceFetcher::Cancel() { function in class:webkit_glue::AltErrorPageResourceFetcher
38 fetcher_->Cancel();
H A Dmultipart_response_delegate.h79 void Cancel() { function in class:webkit_glue::MultipartResponseDelegate
/external/chromium/chrome/browser/remoting/
H A Dsetup_flow_get_status_step.cc29 void SetupFlowGetStatusStep::Cancel() { function in class:remoting::SetupFlowGetStatusStep
H A Dsetup_flow_register_step.cc24 void SetupFlowRegisterStep::Cancel() { function in class:remoting::SetupFlowRegisterStep
H A Dsetup_flow_start_host_step.cc29 void SetupFlowStartHostStep::Cancel() { function in class:remoting::SetupFlowStartHostStep
/external/chromium/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc93 bool ImportLockDialogView::Cancel() { function in class:ImportLockDialogView
/external/chromium/net/disk_cache/
H A Din_flight_io.cc21 void BackgroundIO::Cancel() { function in class:disk_cache::BackgroundIO
72 operation->Cancel();
/external/bluetooth/bluez/test/
H A Dsimple-agent73 def Cancel(self): member in class:Agent
74 print "Cancel"
/external/chromium/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc84 bool AutofillCCInfoBarDelegate::Cancel() { function in class:AutofillCCInfoBarDelegate
/external/chromium/chrome/browser/chromeos/options/
H A Dnetwork_config_view.cc78 bool NetworkConfigView::Cancel() { function in class:chromeos::NetworkConfigView
81 child_config_view_->Cancel();
/external/chromium/chrome/browser/net/websocket_experiment/
H A Dwebsocket_experiment_runner.cc57 runner->Cancel();
85 void WebSocketExperimentRunner::Cancel() { function in class:chrome_browser_net_websocket_experiment::WebSocketExperimentRunner
181 task_->Cancel();

Completed in 332 milliseconds

1234