Searched refs:Cancel (Results 226 - 250 of 643) sorted by relevance

1234567891011>>

/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.h47 virtual void Cancel() = 0;
76 void Cancel();
/external/chromium_org/net/base/
H A Dprioritized_dispatcher.cc50 void PrioritizedDispatcher::Cancel(const Handle& handle) { function in class:net::PrioritizedDispatcher
59 Cancel(handle);
H A Dsdch_dictionary_fetcher_unittest.cc178 TEST_F(SdchDictionaryFetcherTest, Cancel) {
186 fetcher()->Cancel();
/external/chromium_org/net/quic/
H A Dquic_alarm_test.cc82 TEST_F(QuicAlarmTest, Cancel) {
85 alarm_.Cancel();
/external/chromium_org/sync/internal_api/public/attachments/
H A Dtask_queue.h31 // |MarkAsSucceeded|, |MarkAsFailed|, or |Cancel|.
63 // Cancel(foo);
74 // or |Cancel| to signify completion of the task.
116 // Cancel |task|.
123 void Cancel(const T& task);
220 void TaskQueue<T>::Cancel(const T& task) { function in class:syncer::TaskQueue
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event_generic_unittest.cc61 TEST(MotionEventGenericTest, Cancel) {
68 scoped_ptr<MotionEvent> cancel = event.Cancel();
/external/chromium_org/content/browser/download/
H A Ddownload_item_impl_unittest.cc300 EXPECT_CALL(*download_file, Cancel());
301 item->Cancel(true);
354 EXPECT_CALL(*download_file, Cancel());
357 user_cancel->Cancel(true);
362 EXPECT_CALL(*download_file, Cancel());
365 system_cancel->Cancel(false);
392 EXPECT_CALL(*download_file, Cancel());
450 EXPECT_CALL(*download_file, Cancel());
479 EXPECT_CALL(*download_file, Cancel());
560 EXPECT_CALL(*download_file, Cancel());
[all...]
/external/chromium_org/base/files/
H A Dfile_path_watcher_kqueue.h46 virtual void Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate.cc95 bool AutofillCCInfoBarDelegate::Cancel() { function in class:autofill::AutofillCCInfoBarDelegate
/external/chromium_org/chrome/browser/chromeos/options/
H A Dwimax_config_view.h53 virtual void Cancel() OVERRIDE;
/external/chromium_org/chrome/browser/chromeos/power/
H A Didle_action_warning_dialog_view.cc107 bool IdleActionWarningDialogView::Cancel() { function in class:chromeos::IdleActionWarningDialogView
/external/chromium_org/chrome/browser/infobars/
H A Dinsecure_content_infobar_delegate.cc88 // Cancel button is labelled "load anyways". It triggers Cancel(), but really
90 bool InsecureContentInfoBarDelegate::Cancel() { function in class:InsecureContentInfoBarDelegate
/external/chromium_org/chrome/browser/media/
H A Dprotected_media_identifier_infobar_delegate.cc106 bool ProtectedMediaIdentifierInfoBarDelegate::Cancel() { function in class:ProtectedMediaIdentifierInfoBarDelegate
/external/chromium_org/chrome/browser/printing/
H A Dprint_job.cc169 void PrintJob::Cancel() { function in class:printing::PrintJob
181 worker_->Cancel();
183 // Make sure a Cancel() is broadcast.
288 Cancel();
302 Cancel();
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_shared_settings_update_unittest.cc73 TEST_F(SupervisedUserSharedSettingsUpdateTest, Cancel) {
/external/chromium_org/chrome/browser/sync_file_system/local/
H A Dsyncable_file_operation_runner.cc22 task->Cancel();
/external/chromium_org/chrome/browser/ui/android/infobars/
H A Dconfirm_infobar.cc73 delegate->Accept() : delegate->Cancel())
/external/chromium_org/chrome/browser/ui/views/download/
H A Ddownload_feedback_dialog_view.h60 virtual bool Cancel() OVERRIDE;
H A Ddownload_in_progress_dialog_view.cc97 bool DownloadInProgressDialogView::Cancel() { function in class:DownloadInProgressDialogView
/external/chromium_org/chrome/browser/ui/views/
H A Dexternal_protocol_dialog.cc79 bool ExternalProtocolDialog::Cancel() { function in class:ExternalProtocolDialog
H A Dmenu_test_base.cc57 menu_runner_->Cancel();
H A Dopen_pdf_in_reader_bubble_view.cc68 model_->Cancel();
H A Dssl_client_certificate_selector.h60 virtual bool Cancel() OVERRIDE;
/external/chromium_org/chrome/utility/image_writer/
H A Dimage_writer_handler.cc94 image_writer_->Cancel();
/external/chromium_org/components/google/core/browser/
H A Dgoogle_url_tracker_infobar_delegate.cc31 bool GoogleURLTrackerInfoBarDelegate::Cancel() { function in class:GoogleURLTrackerInfoBarDelegate

Completed in 612 milliseconds

1234567891011>>