Searched defs:Cancel (Results 151 - 175 of 224) sorted by relevance

123456789

/external/chromium_org/net/base/
H A Dprioritized_dispatcher_unittest.cc100 void Cancel() { function in class:net::__anon9052::PrioritizedDispatcherTest::TestJob
105 dispatcher_->Cancel(handle_);
356 TEST_F(PrioritizedDispatcherTest, Cancel) {
368 job_b->Cancel();
369 job_d->Cancel();
500 job_b->Cancel();
527 job_b->Cancel();
535 EXPECT_DEBUG_DEATH(dispatcher_->Cancel(PrioritizedDispatcher::Handle()), "");
545 dispatcher_->Cancel(handle);
546 EXPECT_DEBUG_DEATH(dispatcher_->Cancel(handl
[all...]
/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/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.cc45 Cancel();
72 void DhcpProxyScriptAdapterFetcher::Cancel() { function in class:net::DhcpProxyScriptAdapterFetcher
143 // one is WAIT_DHCP, but it could be in CANCEL if Cancel() was called,
H A Ddhcp_proxy_script_adapter_fetcher_win_unittest.cc49 void Cancel() { function in class:net::__anon9350::MockDhcpProxyScriptAdapterFetcher
50 DhcpProxyScriptAdapterFetcher::Cancel();
217 client.fetcher_->Cancel();
238 client.fetcher_->Cancel();
253 client.fetcher_->Cancel();
H A Dproxy_script_decider.cc102 Cancel();
286 host_resolver_->Cancel();
458 void ProxyScriptDecider::Cancel() { function in class:net::ProxyScriptDecider
468 proxy_script_fetcher_->Cancel();
477 dhcp_proxy_script_fetcher_->Cancel();
H A Dproxy_script_fetcher_impl.cc170 void ProxyScriptFetcherImpl::Cancel() { function in class:net::ProxyScriptFetcherImpl
201 request->Cancel();
220 request->Cancel();
274 request->Cancel();
317 cur_request_->Cancel();
/external/chromium_org/net/quic/
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/printing/
H A Dprinting_context_android.cc229 void PrintingContextAndroid::Cancel() { function in class:printing::PrintingContextAndroid
H A Dprinting_context_win.cc303 void PrintingContextWin::Cancel() { function in class:printing::PrintingContextWin
/external/chromium_org/storage/browser/fileapi/
H A Dfile_writer_delegate.cc46 void FileWriterDelegate::Cancel() { function in class:storage::FileWriterDelegate
50 request_->Cancel();
53 const int status = file_stream_writer_->Cancel(
57 // Otherwise we'll do the final cleanup in the Cancel callback.
177 request_->Cancel();
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.cc196 scoped_ptr<MotionEvent> MotionEventAura::Cancel() const { function in class:ui::MotionEventAura
/external/chromium_org/ui/events/test/
H A Dmock_motion_event.cc94 scoped_ptr<MotionEvent> MockMotionEvent::Cancel() const { function in class:ui::test::MockMotionEvent
/external/chromium_org/ui/gl/
H A Dgl_context.cc37 void GLContext::ScopedReleaseCurrent::Cancel() { function in class:gfx::GLContext::ScopedReleaseCurrent
/external/chromium_org/ui/views/animation/
H A Dbounds_animator.cc136 void BoundsAnimator::Cancel() { function in class:views::BoundsAnimator
/external/chromium_org/ui/views/window/
H A Ddialog_delegate.cc87 bool DialogDelegate::Cancel() { function in class:views::DialogDelegate
103 return Cancel();
/external/chromium_org/base/files/
H A Dfile_path_watcher_linux.cc117 // Cancel the watch. This unregisters the instance with InotifyReader.
118 virtual void Cancel() OVERRIDE;
123 // Deletion of the FilePathWatcher will call Cancel() to dispose of this
125 // cleanup thread, in case it quits before Cancel() is called.
448 void FilePathWatcherImpl::Cancel() { function in class:base::__anon2252::FilePathWatcherImpl
/external/chromium_org/chrome/browser/chromeos/drive/file_system/
H A Ddownload_operation.cc279 return base::Bind(&DownloadParams::Cancel, weak_ptr_factory_.GetWeakPtr());
320 void Cancel() { function in class:drive::file_system::DownloadOperation::DownloadParams
/external/chromium_org/chrome/browser/extensions/api/image_writer_private/
H A Dtest_utils.cc97 void FakeImageWriterClient::Cancel(const CancelCallback& cancel_callback) { function in class:extensions::image_writer::FakeImageWriterClient
137 void FakeImageWriterClient::Cancel() { function in class:extensions::image_writer::FakeImageWriterClient
/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/ui/views/
H A Dcollected_cookies_views.cc219 bool CollectedCookiesViews::Cancel() { function in class:CollectedCookiesViews
H A Dcreate_application_shortcut_view.cc537 bool CreateChromeApplicationShortcutView::Cancel() { function in class:CreateChromeApplicationShortcutView
540 return CreateApplicationShortcutView::Cancel();
/external/chromium_org/components/renderer_context_menu/
H A Drender_view_context_menu_base.cc180 void RenderViewContextMenuBase::Cancel() { function in class:RenderViewContextMenuBase
182 toolkit_delegate_->Cancel();
/external/chromium_org/content/browser/gpu/
H A Dbrowser_gpu_channel_host_factory.cc72 void Cancel();
219 void BrowserGpuChannelHostFactory::EstablishRequest::Cancel() { function in class:content::BrowserGpuChannelHostFactory::EstablishRequest
253 pending_request_->Cancel();
/external/chromium_org/content/browser/loader/
H A Dresource_loader.cc113 Cancel();
221 Cancel();
237 Cancel();
268 request_->Cancel();
308 Cancel();
329 Cancel();
454 void ResourceLoader::Cancel() { function in class:content::ResourceLoader
562 Cancel();
615 Cancel();
634 Cancel();
[all...]
/external/chromium_org/content/browser/renderer_host/input/
H A Dmotion_event_android.cc389 scoped_ptr<ui::MotionEvent> MotionEventAndroid::Cancel() const { function in class:content::MotionEventAndroid

Completed in 1739 milliseconds

123456789