Searched refs:Cancel (Results 276 - 300 of 643) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/chrome/browser/ui/views/bookmarks/
H A Dbookmark_menu_controller_views.cc71 void BookmarkMenuController::Cancel() { function in class:BookmarkMenuController
72 menu_delegate_->menu()->Cancel();
191 menu()->Cancel();
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_profile_service_provider.cc66 base::Bind(&BluetoothProfileServiceProviderImpl::Cancel,
168 void Cancel(dbus::MethodCall* method_call, function in class:chromeos::BluetoothProfileServiceProviderImpl
173 delegate_->Cancel();
/external/chromium_org/components/policy/core/common/cloud/
H A Dcloud_policy_refresh_scheduler.cc227 refresh_callback_.Cancel();
268 refresh_callback_.Cancel();
294 refresh_callback_.Cancel();
/external/chromium_org/content/browser/appcache/
H A Dappcache_group.cc168 restart_update_task_.Cancel();
199 restart_update_task_.Cancel();
240 restart_update_task_.Cancel();
/external/chromium_org/content/browser/download/
H A Ddrag_download_file.cc74 void Cancel() { function in class:content::DragDownloadFile::DragDownloadFileUI
77 download_item_->Cancel(true);
214 &DragDownloadFileUI::Cancel, base::Unretained(drag_ui_)));
/external/chromium_org/content/browser/fileapi/
H A Dlocal_file_stream_writer_unittest.cc144 // Cancel immediately fails when there's no in-flight operation.
145 int cancel_result = writer->Cancel(base::Bind(&NeverCalled));
154 // Cancel immediately fails when there's no in-flight operation.
155 int cancel_result = writer->Cancel(base::Bind(&NeverCalled));
175 writer->Cancel(callback.callback());
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_fetcher_win.cc71 Cancel();
102 void DhcpProxyScriptFetcherWin::Cancel() { function in class:net::DhcpProxyScriptFetcherWin
119 (*it)->Cancel();
/external/chromium_org/net/quic/
H A Dquic_connection_helper_test.cc76 alarm->Cancel();
94 alarm->Cancel();
121 alarm->Cancel();
H A Dquic_crypto_client_stream.cc39 void QuicCryptoClientStream::ChannelIDSourceCallbackImpl::Cancel() { function in class:net::QuicCryptoClientStream::ChannelIDSourceCallbackImpl
68 void QuicCryptoClientStream::ProofVerifierCallbackImpl::Cancel() { function in class:net::QuicCryptoClientStream::ProofVerifierCallbackImpl
92 channel_id_source_callback_->Cancel();
95 proof_verify_callback_->Cancel();
163 proof_verify_callback_->Cancel();
/external/chromium_org/sync/internal_api/attachments/
H A Dtask_queue_unittest.cc145 queue_->Cancel(1);
184 TEST_F(TaskQueueTest, Cancel) {
191 queue_->Cancel(1);
/external/chromium_org/extensions/browser/
H A Dcontent_hash_fetcher.cc63 void Cancel();
204 void ContentHashFetcherJob::Cancel() { function in class:extensions::ContentHashFetcherJob
433 i->second->Cancel();
448 found->second->Cancel();
484 found->second->Cancel();
/external/chromium_org/cc/scheduler/
H A Dscheduler.cc377 poll_for_draw_triggers_task_.Cancel();
403 advance_commit_state_task_.Cancel();
524 advance_commit_state_task_.Cancel();
584 begin_impl_frame_deadline_task_.Cancel();
596 begin_impl_frame_deadline_task_.Cancel();
615 poll_for_draw_triggers_task_.Cancel();
623 advance_commit_state_task_.Cancel();
/external/chromium_org/chrome/browser/chromeos/login/ui/
H A Duser_adding_screen_browsertest.cc115 UserAddingScreen::Get()->Cancel();
253 UserAddingScreen::Get()->Cancel();
269 UserAddingScreen::Get()->Cancel();
/external/chromium_org/chrome/browser/printing/
H A Dprint_job_worker.cc300 void PrintJobWorker::Cancel() { function in class:printing::PrintJobWorker
302 printing_context_->Cancel();
405 Cancel();
/external/chromium_org/content/browser/gpu/
H A Dgpu_process_host_ui_shim.cc72 void Cancel() { cancelled_ = true; } function in class:content::__anon7187::ScopedSendOnIOThread
292 delayed_send.Cancel();
334 delayed_send.Cancel();
/external/chromium_org/net/http/
H A Dpartial_data.cc41 // object when finished (unless Cancel() is called first).
47 void Cancel();
73 void PartialData::Core::Cancel() { function in class:net::PartialData::Core
110 core_->Cancel();
/external/chromium_org/ash/first_run/
H A Dfirst_run_helper_impl.cc77 void FirstRunHelperImpl::Cancel() { function in class:ash::FirstRunHelperImpl
H A Dfirst_run_helper_unittest.cc126 TEST_F(FirstRunHelperTest, Cancel) {
/external/chromium_org/chrome/browser/autofill/
H A Dautofill_cc_infobar_delegate_unittest.cc125 // Cancel the infobar.
135 EXPECT_TRUE(infobar->Cancel());
/external/chromium_org/chrome/browser/custom_handlers/
H A Dregister_protocol_handler_infobar_delegate.cc105 bool RegisterProtocolHandlerInfoBarDelegate::Cancel() { function in class:RegisterProtocolHandlerInfoBarDelegate
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Doperation.h36 // then the Cancel method will stop it. The operation will call back to the
63 // Cancel the operation. This must be called to clean up internal state and
66 void Cancel();
/external/chromium_org/chrome/browser/extensions/
H A Dtheme_installed_infobar_delegate.cc137 bool ThemeInstalledInfoBarDelegate::Cancel() { function in class:ThemeInstalledInfoBarDelegate
/external/chromium_org/chrome/browser/geolocation/
H A Dgeolocation_infobar_delegate.cc152 bool GeolocationInfoBarDelegate::Cancel() { function in class:GeolocationInfoBarDelegate
/external/chromium_org/chrome/browser/importer/
H A Dexternal_process_importer_client.h58 void Cancel();
103 // Cancel import process on IO thread.
/external/chromium_org/chrome/browser/media/
H A Dmedia_stream_infobar_delegate.cc129 bool MediaStreamInfoBarDelegate::Cancel() { function in class:MediaStreamInfoBarDelegate

Completed in 795 milliseconds

<<11121314151617181920>>