HomeSort by relevance Sort by last modified time
    Searched defs:Cancel (Results 201 - 225 of 309) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium/net/base/
cert_verifier.cc 97 void Cancel() {
146 // Cancel is called from the origin loop when the CertVerifier is getting
148 void Cancel() {
191 // CertVerifier is deleted, it will call Cancel on us. If it does so
242 worker_->Cancel();
371 request->Cancel();
file_stream_posix.cc 122 virtual void Cancel() {
152 // cancel |message_loop_task_|.
250 // Either we're in the MessageLoop's task, in which case Cancel() doesn't do
253 message_loop_task_->Cancel();
  /external/chromium/net/http/
partial_data.cc 52 // object when finished (unless Cancel() is called first).
58 void Cancel();
85 void PartialData::Core::Cancel() {
121 core_->Cancel();
  /external/chromium/net/proxy/
proxy_service_unittest.cc 99 virtual void Cancel() {}
224 // ProxyService will cancel the outstanding request.
    [all...]
  /external/chromium/net/spdy/
spdy_http_stream.cc 151 Cancel();
261 void SpdyHttpStream::Cancel() {
266 stream_->Cancel();
spdy_stream.cc 119 Cancel();
375 void SpdyStream::Cancel() {
381 session_->ResetStream(stream_id_, spdy::CANCEL);
  /external/chromium_org/ash/wm/caption_buttons/
frame_maximize_button.cc 76 button_->Cancel(false);
142 Cancel(true);
159 Cancel(true);
176 Cancel(false);
183 Cancel(false);
189 Cancel(false);
206 Cancel(false);
211 // call will cancel (this addresses crbug.com/143755).
213 Cancel(false);
275 Cancel(false)
    [all...]
  /external/chromium_org/base/files/
file_path_watcher_kqueue.cc 69 virtual void Cancel() OVERRIDE;
371 Cancel();
418 Cancel();
469 // Calling Cancel() here to close any file descriptors that were opened.
473 Cancel();
481 void FilePathWatcherImpl::Cancel() {
489 base::Bind(&FilePathWatcherImpl::Cancel, this));
file_path_watcher_linux.cc 106 // Cancel the watch. This unregisters the instance with InotifyReader.
107 virtual void Cancel() OVERRIDE;
109 // Deletion of the FilePathWatcher will call Cancel() to dispose of this
111 // cleanup thread, in case it quits before Cancel() is called.
396 void FilePathWatcherImpl::Cancel() {
  /external/chromium_org/chrome/browser/chromeos/options/
network_config_view.cc 173 bool NetworkConfigView::Cancel() {
176 child_config_view_->Cancel();
  /external/chromium_org/chrome/browser/download/
download_request_limiter.cc 144 void DownloadRequestLimiter::TabDownloadState::Cancel() {
211 // don't close it. If allow is false, we send all the notifications to cancel
  /external/chromium_org/chrome/browser/extensions/api/desktop_capture/
desktop_capture_api.cc 62 void DesktopCaptureChooseDesktopMediaFunction::Cancel() {
264 it->second->Cancel();
  /external/chromium_org/chrome/browser/plugins/
plugin_infobar_delegates.cc 150 bool UnauthorizedPluginInfoBarDelegate::Cancel() {
252 bool OutdatedPluginInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/prerender/
prerender_tracker_unittest.cc 66 void Cancel() {
148 virtual void Cancel() OVERRIDE {
155 virtual void CancelAndIgnore() OVERRIDE { Cancel(); }
156 virtual void CancelWithError(int error_code) OVERRIDE { Cancel(); }
318 // Cancel the prerender.
343 test_contents()->Cancel();
367 // Cancel the prerender.
392 test_contents()->Cancel();
411 // Cancel the prerender.
432 test_contents()->Cancel();
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_host.cc 55 // to call Cancel(). We keep the |database_manager| alive in a ref pointer for
130 void Cancel() {
301 // navigating away. We don't need to cancel a pending callback or
306 // report request we have to cancel it to make sure we don't display
307 // an interstitial for the wrong page. Note that this won't cancel
308 // the server ping back but only cancel the showing of the
316 // Cancel any pending classification request.
318 classification_request_->Cancel();
382 classification_request_->Cancel();
384 // Cancel all pending feature extractions
    [all...]
  /external/chromium_org/chrome/browser/ui/views/
create_application_shortcut_view.cc 548 bool CreateChromeApplicationShortcutView::Cancel() {
551 return CreateApplicationShortcutView::Cancel();
ssl_client_certificate_selector.cc 207 bool SSLClientCertificateSelector::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/extensions/
media_galleries_dialog_views.cc 313 bool MediaGalleriesDialogViews::Cancel() {
  /external/chromium_org/chrome_frame/
urlmon_url_request_private.h 138 // Start(), SetRedirected(), Cancel() and Done() methods trigger the state
180 void Cancel() {
  /external/chromium_org/content/browser/gpu/
browser_gpu_channel_host_factory.cc 133 void BrowserGpuChannelHostFactory::EstablishRequest::Cancel() {
167 pending_request_->Cancel();
gpu_process_host_ui_shim.cc 68 void Cancel() { cancelled_ = true; }
304 delayed_send.Cancel();
341 delayed_send.Cancel();
  /external/chromium_org/content/browser/loader/
buffered_resource_handler.cc 219 void BufferedResourceHandler::Cancel() {
220 controller()->Cancel();
411 controller()->Cancel();
475 controller()->Cancel();
resource_loader.cc 104 Cancel();
214 Cancel();
231 Cancel();
267 request_->Cancel();
315 Cancel();
422 void ResourceLoader::Cancel() {
438 // WebKit will send us a cancel for downloads since it no longer handles
439 // them. In this case, ignore the cancel since we handle downloads in the
526 Cancel();
580 Cancel();
    [all...]
  /external/chromium_org/content/browser/renderer_host/
render_widget_helper.cc 44 void Cancel() { cancelled_ = true; }
157 proxy->Cancel();
  /external/chromium_org/net/http/
partial_data.cc 41 // object when finished (unless Cancel() is called first).
47 void Cancel();
73 void PartialData::Core::Cancel() {
110 core_->Cancel();

Completed in 277 milliseconds

1 2 3 4 5 6 7 891011>>