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

1234567891011>>

/external/chromium_org/chrome/utility/importer/
H A Dimporter.cc9 void Importer::Cancel() { function in class:Importer
/external/chromium/chrome/browser/extensions/
H A Dgtk_theme_installed_infobar_delegate.cc18 bool GtkThemeInstalledInfoBarDelegate::Cancel() { function in class:GtkThemeInstalledInfoBarDelegate
23 return ThemeInstalledInfoBarDelegate::Cancel();
/external/chromium_org/chrome/browser/ui/
H A Dconfirm_bubble_model.cc28 void ConfirmBubbleModel::Cancel() { function in class:ConfirmBubbleModel
/external/chromium_org/chrome_frame/
H A Dsync_msg_reply_dispatcher.cc37 void SyncMessageReplyDispatcher::Cancel(void* key) { function in class:SyncMessageReplyDispatcher
/external/chromium_org/net/dns/
H A Dserial_worker.cc55 void SerialWorker::Cancel() { function in class:net::SerialWorker
H A Dnotify_watcher_mac.cc17 Cancel();
23 Cancel();
35 Cancel();
42 void NotifyWatcherMac::Cancel() { function in class:net::NotifyWatcherMac
55 Cancel();
/external/chromium_org/ui/app_list/views/
H A Dapp_list_menu_views.cc40 void AppListMenuViews::Cancel() { function in class:app_list::AppListMenuViews
41 menu_runner_->Cancel();
/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();
/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_org/chrome/browser/download/
H A Ddownload_request_infobar_delegate.cc37 host->Cancel();
82 bool DownloadRequestInfoBarDelegate::Cancel() { function in class:DownloadRequestInfoBarDelegate
87 host_->Cancel();
/external/chromium_org/chrome/browser/prerender/
H A Dprerender_pending_swap_throttle.cc61 void PrerenderPendingSwapThrottle::Cancel() { function in class:prerender::PrerenderPendingSwapThrottle
65 controller()->Cancel();
/external/chromium_org/chrome/browser/ui/cocoa/infobars/
H A Dmock_confirm_infobar_delegate.cc40 return ASCIIToUTF16((button == BUTTON_OK) ? "OK" : "Cancel");
48 bool MockConfirmInfoBarDelegate::Cancel() { function in class:MockConfirmInfoBarDelegate
/external/chromium_org/chrome/browser/ui/views/importer/
H A Dimport_lock_dialog_view.cc81 bool ImportLockDialogView::Cancel() { function in class:ImportLockDialogView
/external/chromium_org/chromeos/dbus/
H A Dfake_bluetooth_profile_service_provider.cc58 void FakeBluetoothProfileServiceProvider::Cancel() { function in class:chromeos::FakeBluetoothProfileServiceProvider
59 VLOG(1) << object_path_.value() << ": Cancel";
60 delegate_->Cancel();
/external/chromium_org/content/renderer/p2p/
H A Dhost_address_request.cc38 void P2PHostAddressRequest::Cancel() { function in class:content::P2PHostAddressRequest

Completed in 626 milliseconds

1234567891011>>