Searched refs:Cancel (Results 251 - 275 of 643) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/components/policy/core/common/
H A Dasync_policy_provider.cc103 refresh_callback_.Cancel();
/external/chromium_org/content/browser/download/
H A Dbase_file.h69 void Cancel();
H A Dsave_item.cc61 // Cancel this saving item job. If the job is not in progress, ignore
64 void SaveItem::Cancel() { function in class:content::SaveItem
/external/chromium_org/content/browser/loader/
H A Dbuffered_resource_handler.h48 virtual void Cancel() OVERRIDE;
H A Ddetachable_resource_handler.h70 virtual void Cancel() OVERRIDE;
H A Dstream_resource_handler.cc108 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/npapi/
H A Dplugin_url_fetcher.h40 void Cancel();
70 // |plugin_stream_| becomes NULL after Cancel() to ensure no further calls
/external/chromium_org/content/renderer/p2p/
H A Dhost_address_request.cc42 void P2PAsyncAddressResolver::Cancel() { function in class:content::P2PAsyncAddressResolver
/external/chromium_org/content/shell/browser/
H A Dshell_javascript_dialog_manager.cc119 dialog_->Cancel();
/external/chromium_org/google_apis/drive/
H A Drequest_sender.cc97 request->Cancel();
/external/chromium_org/net/dns/
H A Dserial_worker_unittest.cc105 // Cancel the worker to catch if it makes a late DoWork call.
106 worker_->Cancel();
/external/chromium_org/net/proxy/
H A Ddhcp_proxy_script_adapter_fetcher_win.h53 virtual void Cancel();
103 // In any state except FINISH, a call to Cancel() will move to state
H A Ddhcp_proxy_script_fetcher_win.h43 void Cancel() OVERRIDE;
122 // to Cancel() will also go straight to DONE from any state. Any
/external/chromium_org/net/quic/
H A Dquic_crypto_server_stream.h57 // Cancel any outstanding callbacks, such as asynchronous validation of client
102 void Cancel();
/external/chromium_org/storage/browser/fileapi/
H A Dlocal_file_stream_writer.h39 virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE;
80 // set by Cancel() for the current operation.
H A Drecursive_operation_delegate.h60 void Cancel();
118 // Called when Cancel() is called. This is a hook to do something more
H A Dsandbox_file_stream_writer.h38 virtual int Cancel(const net::CompletionCallback& callback) OVERRIDE;
/external/chromium_org/ui/events/gesture_detection/
H A Dmotion_event.h80 virtual scoped_ptr<MotionEvent> Cancel() const = 0;
/external/chromium_org/ui/events/gestures/
H A Dmotion_event_aura.h46 virtual scoped_ptr<MotionEvent> Cancel() const OVERRIDE;
/external/chromium_org/ui/gl/
H A Dgl_context_osmesa.cc82 release_current.Cancel();
H A Dgl_context_wgl.cc98 release_current.Cancel();
/external/chromium_org/ui/views/window/
H A Ddialog_delegate.h61 // For Dialog boxes, if there is a "Cancel" button or no dialog button at all,
62 // this is called when the user presses the "Cancel" button or the Esc key.
66 virtual bool Cancel();
74 // and there is no Cancel handler, so Accept is being called instead.
81 // is Accept, Cancel() otherwise. This function should return true if the
/external/chromium_org/chrome/browser/download/
H A Ddownload_danger_prompt.cc98 case CANCEL: Cancel(); break;
101 Cancel();
113 Cancel();
/external/chromium_org/chrome/browser/extensions/api/desktop_capture/
H A Ddesktop_capture_api.cc69 void DesktopCaptureChooseDesktopMediaFunction::Cancel() { function in class:extensions::DesktopCaptureChooseDesktopMediaFunction
219 Cancel();
302 it->second->Cancel();

Completed in 899 milliseconds

<<11121314151617181920>>