Searched defs:Cancel (Results 126 - 150 of 224) sorted by relevance

123456789

/external/chromium_org/chrome/browser/prerender/
H A Dprerender_tracker_unittest.cc70 void Cancel() { function in class:prerender::__anon4473::TestPrerenderContents
138 virtual void Cancel() OVERRIDE {
145 virtual void CancelAndIgnore() OVERRIDE { Cancel(); }
146 virtual void CancelWithError(int error_code) OVERRIDE { Cancel(); }
296 test_contents()->Cancel();
340 test_contents()->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/chrome/browser/sync_file_system/local/
H A Dsyncable_file_system_operation.cc55 virtual void Cancel() OVERRIDE {
277 void SyncableFileSystemOperation::Cancel( function in class:sync_file_system::SyncableFileSystemOperation
280 impl_->Cancel(cancel_callback);
/external/chromium_org/chrome/browser/ui/pdf/
H A Dpdf_unsupported_feature.cc68 virtual void Cancel() OVERRIDE;
106 void PDFEnableAdobeReaderPromptClient::Cancel() { function in class:__anon5133::PDFEnableAdobeReaderPromptClient
248 virtual void Cancel() OVERRIDE;
319 void PDFUnsupportedFeaturePromptClient::Cancel() { function in class:__anon5133::PDFUnsupportedFeaturePromptClient
/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/chrome/browser/ui/views/download/
H A Ddownload_danger_prompt_views.cc52 virtual bool Cancel() OVERRIDE;
144 Cancel();
184 bool DownloadDangerPromptViews::Cancel() { function in class:__anon5242::DownloadDangerPromptViews
232 Cancel();
/external/chromium_org/chrome/browser/ui/views/
H A Dedit_search_engine_dialog.cc92 bool EditSearchEngineDialog::Cancel() { function in class:EditSearchEngineDialog
H A Dsimple_message_box_views.cc46 virtual bool Cancel() OVERRIDE;
117 // means than |Cancel| or |Accept|. crbug.com/404385
142 bool SimpleMessageBoxViews::Cancel() { function in class:chrome::__anon5338::SimpleMessageBoxViews
H A Dssl_client_certificate_selector.cc182 bool SSLClientCertificateSelector::Cancel() { function in class:SSLClientCertificateSelector
/external/chromium_org/chrome/browser/ui/views/extensions/
H A Dmedia_galleries_dialog_views.cc259 bool MediaGalleriesDialogViews::Cancel() { function in class:MediaGalleriesDialogViews
/external/chromium_org/chrome/browser/ui/views/sync/
H A Dprofile_signin_confirmation_dialog_views.cc143 bool ProfileSigninConfirmationDialogViews::Cancel() { function in class:ProfileSigninConfirmationDialogViews
152 Cancel();
/external/chromium_org/chromeos/dbus/
H A Dbluetooth_agent_service_provider.cc106 base::Bind(&BluetoothAgentServiceProviderImpl::Cancel,
315 void Cancel(dbus::MethodCall* method_call, function in class:chromeos::BluetoothAgentServiceProviderImpl
320 delegate_->Cancel();
/external/chromium_org/components/cronet/android/
H A Dchromium_url_request.cc243 static void Cancel(JNIEnv* env, jobject object, jlong urlRequestAdapter) { function in namespace:cronet
247 request->Cancel();
H A Durl_request_adapter.cc154 void URLRequestAdapter::Cancel() { function in class:cronet::URLRequestAdapter
170 url_request_->Cancel();
/external/chromium_org/components/dom_distiller/content/
H A Ddom_distiller_viewer_source.cc75 void Cancel();
154 Cancel();
160 Cancel();
164 Cancel();
167 void DomDistillerViewerSource::RequestViewerHandle::Cancel() { function in class:dom_distiller::DomDistillerViewerSource::RequestViewerHandle
/external/chromium_org/content/browser/appcache/
H A Dappcache_disk_cache.cc29 void Cancel() { function in class:content::AppCacheDiskCache::CreateBackendCallbackShim
208 create_backend_callback_->Cancel();
/external/chromium_org/content/browser/download/
H A Dbase_file.cc62 Cancel(); // Will delete the file.
181 void BaseFile::Cancel() { function in class:content::BaseFile
H A Ddownload_file_impl.cc219 void DownloadFileImpl::Cancel() { function in class:content::DownloadFileImpl
220 file_.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/content/browser/loader/
H A Dbuffered_resource_handler.cc218 void BufferedResourceHandler::Cancel() { function in class:content::BufferedResourceHandler
219 controller()->Cancel();
432 controller()->Cancel();
497 controller()->Cancel();
/external/chromium_org/content/browser/media/
H A Dwebrtc_identity_store.cc85 void Cancel(WebRTCIdentityRequestHandle* handle) { function in class:content::WebRTCIdentityRequest
136 // Cancel the request. Does nothing if the request finished or was already
138 void Cancel() { function in class:content::WebRTCIdentityRequestHandle
148 request->Cancel(this);
216 return base::Bind(&WebRTCIdentityRequestHandle::Cancel,
/external/chromium_org/content/child/fileapi/
H A Dwebfilewriter_impl.cc63 void Cancel(const StatusCallback& status_callback) { function in class:content::WebFileWriterImpl::WriterBridge
67 ChildThread::current()->file_system_dispatcher()->Cancel(
148 RunOnMainThread(base::Bind(&WriterBridge::Cancel, bridge_,
/external/chromium_org/device/bluetooth/
H A Dbluetooth_socket_chromeos.cc414 void BluetoothSocketChromeOS::Cancel() { function in class:chromeos::BluetoothSocketChromeOS
416 VLOG(1) << object_path_.value() << ": Cancel";
/external/chromium_org/device/serial/
H A Ddata_sink_receiver.cc49 void Cancel(int32_t error);
101 void DataSinkReceiver::Cancel(int32_t error) { function in class:device::DataSinkReceiver
104 // DataSinkClient to be caused by this Cancel message. In that case, we ignore
118 buffer_in_use_->Cancel(error);
252 void DataSinkReceiver::Buffer::Cancel(int32_t error) { function in class:device::DataSinkReceiver::Buffer
H A Ddata_sink_unittest.cc164 bool Cancel(int32_t error) { function in class:device::DataSinkTest
165 return sender_->Cancel(
279 TEST_F(DataSinkTest, Cancel) {
282 ASSERT_TRUE(Cancel(-2));
301 ASSERT_TRUE(Cancel(-2));
315 ASSERT_TRUE(Cancel(-2));
323 ASSERT_TRUE(Cancel(-3));
337 ASSERT_TRUE(Cancel(-2));
342 ASSERT_TRUE(Cancel(-3));
353 ASSERT_TRUE(Cancel(
[all...]

Completed in 1452 milliseconds

123456789