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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/net/proxy/
proxy_script_decider.cc 100 Cancel();
282 host_resolver_->Cancel();
454 void ProxyScriptDecider::Cancel() {
464 proxy_script_fetcher_->Cancel();
473 dhcp_proxy_script_fetcher_->Cancel();
proxy_script_decider_unittest.cc 118 virtual void Cancel() OVERRIDE {}
137 virtual void Cancel() OVERRIDE;
162 void MockDhcpProxyScriptFetcher::Cancel() { }
380 // URL or causes ProxyScriptDecider not to cancel its pending resolution.
636 virtual void Cancel() OVERRIDE {
721 virtual void Cancel() OVERRIDE {
multi_threaded_proxy_resolver.cc 111 void Cancel() {
115 // Returns true if Cancel() has been called.
357 // Cancel any outstanding job.
359 outstanding_job_->Cancel();
401 // We will cancel all outstanding requests.
456 job->Cancel();
  /external/chromium_org/net/spdy/
spdy_http_stream.cc 152 Cancel();
291 void SpdyHttpStream::Cancel() {
294 stream_->Cancel();
spdy_stream.cc 215 Cancel();
546 void SpdyStream::Cancel() {
  /external/chromium_org/ui/views/controls/menu/
menu_win.cc 377 void MenuWin::Cancel() {
  /external/chromium_org/webkit/browser/fileapi/
file_system_operation_impl.cc 224 void FileSystemOperationImpl::Cancel(const StatusCallback& cancel_callback) {
231 file_writer_delegate_->Cancel();
234 recursive_operation_delegate_->Cancel();
236 // For truncate we have no way to cancel the inflight operation (for now).
237 // Let it just run and dispatch cancel callback later.
file_system_operation_runner.cc 300 void FileSystemOperationRunner::Cancel(
314 operation->Cancel(callback);
676 // Dispatch stray cancel callback if exists.
680 // This cancel has been requested after the operation has finished,
  /external/chromium/chrome/browser/geolocation/
geolocation_permission_context.cc 43 // cancel pending requests. This may be specially useful if there are other
134 virtual bool Cancel();
203 bool GeolocationConfirmInfoBarDelegate::Cancel() {
400 // Cancel this request first, then notify listeners. TODO(pkasting): Why
408 // Accept() or Cancel(), so its owning InfoBar will call RemoveInfoBar()
  /external/chromium/chrome/browser/notifications/
desktop_notification_service.cc 110 virtual bool Cancel();
197 bool NotificationPermissionInfoBarDelegate::Cancel() {
  /external/chromium/chrome/browser/ui/gtk/bookmarks/
bookmark_editor_gtk.cc 78 void Cancel() {
83 menu_->Cancel();
  /external/chromium/net/proxy/
multi_threaded_proxy_resolver.cc 122 void Cancel() {
126 // Returns true if Cancel() has been called.
348 // Cancel any outstanding job.
350 outstanding_job_->Cancel();
392 // We will cancel all outstanding requests.
449 job->Cancel();
  /external/chromium/webkit/glue/
weburlloader_impl.cc 289 void Cancel();
337 void WebURLLoaderImpl::Context::Cancel() {
341 bridge_->Cancel();
346 multipart_delegate_->Cancel();
720 cancel();
759 void WebURLLoaderImpl::cancel() { function in class:webkit_glue::WebURLLoaderImpl
760 context_->Cancel();
  /external/chromium_org/ash/desktop_background/
desktop_background_controller.cc 81 void Cancel() {
270 wallpaper_loader_->Cancel();
272 // Cancel reply callback for previous request.
  /external/chromium_org/chrome/browser/chromeos/imageburner/
burn_manager.cc 290 void BurnManager::Cancel() {
307 // Cancel and clean up the current task.
407 // finish yet. In that case, let's pretend cancel did not happen.
  /external/chromium_org/chrome/browser/notifications/
desktop_notification_service.cc 93 virtual bool Cancel() OVERRIDE;
187 bool NotificationPermissionInfoBarDelegate::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/
collected_cookies_views.cc 241 bool CollectedCookiesViews::Cancel() {
  /external/chromium_org/chrome/browser/ui/views/tabs/
browser_tab_strip_controller.cc 124 void Cancel() {
214 // cancel the menu, otherwise it may try to invoke something on the tabstrip
217 context_menu_contents_->Cancel();
308 // Cancel any pending tab transition.
345 // Otherwise, cancel the pending one.
449 // Cancel any pending tab transition.
464 // Cancel any pending tab transition.
566 // Cancel any pending tab transition.
  /external/chromium_org/content/child/fileapi/
file_system_dispatcher.cc 335 void FileSystemDispatcher::Cancel(
  /external/chromium_org/content/child/
resource_dispatcher.cc 78 virtual void Cancel() OVERRIDE;
201 void IPCResourceLoaderBridge::Cancel() {
203 NOTREACHED() << "Trying to cancel an unstarted request";
211 // data might be pending. Sending the cancel message may cause more data
  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager_share_group.cc 180 void Cancel() {
245 pending_upload_task_->Cancel();
query_manager.cc 31 void Cancel() {
140 observer_->Cancel();
  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.cc 152 void Cancel() {
217 // Cancel is called from the origin loop when the MultiThreadedCertVerifier is
219 void Cancel() {
271 // the MultiThreadedCertVerifier is deleted, it will call Cancel on us. If
337 worker_->Cancel();
489 request->Cancel();
  /external/chromium_org/printing/
printing_context_win.cc 199 return callback.Run(CANCEL);
210 // - Apply then Cancel, the settings are reset and reinitialized with the new
211 // settings. CANCEL is returned.
212 // - Cancel, the settings are not changed, the previous setting, if it was
213 // initialized before, are kept. CANCEL is returned.
473 return CANCEL;
485 return CANCEL;
496 return CANCEL;
508 void PrintingContextWin::Cancel() {
626 // If the user clicked OK or Apply then Cancel, but not only Cancel
    [all...]
  /external/chromium_org/webkit/browser/appcache/
appcache_service.cc 59 virtual void Cancel();
75 void AppCacheService::AsyncHelper::Cancel() {
316 virtual void Cancel() OVERRIDE {
320 AsyncHelper::Cancel();
455 std::mem_fun(&AsyncHelper::Cancel));

Completed in 430 milliseconds

1 2 3 4 5 6 7 8 91011>>