HomeSort by relevance Sort by last modified time
    Searched refs:Cancel (Results 1 - 25 of 43) sorted by null

1 2

  /external/chromium/net/proxy/
proxy_script_fetcher.h 24 // Destruction should cancel any outstanding requests.
38 // If the request is cancelled (either using the "Cancel()" method or by
46 virtual void Cancel() = 0;
init_proxy_resolver.h 35 // cancel the request.
89 void Cancel();
proxy_script_fetcher.cc 88 virtual void Cancel();
163 // The URLRequest's destructor will cancel the outstanding request, and
204 void ProxyScriptFetcherImpl::Cancel() {
230 request->Cancel();
249 request->Cancel();
275 request->Cancel();
341 cur_request_->Cancel();
single_threaded_proxy_resolver.cc 54 void Cancel() {
61 // Returns true if Cancel() has been called.
138 void Cancel() {
146 // Returns true if Cancel() has been called.
188 // the owning ProxyService (whose destructor will in turn cancel us).
216 // Cancel the inprogress job (if any), and free the rest.
220 (*it)->Cancel();
224 outstanding_set_pac_script_task_->Cancel();
261 job->Cancel();
277 outstanding_set_pac_script_task_->Cancel();
    [all...]
init_proxy_resolver.cc 32 Cancel();
224 void InitProxyResolver::Cancel() {
231 proxy_script_fetcher_->Cancel();
proxy_service.cc 131 void Cancel() {
145 // Returns true if Cancel() has been called.
369 // Cancel any inprogress requests.
373 (*it)->Cancel();
396 // instances will be Cancel()-ed.
467 req->Cancel();
510 // We need to be careful to first cancel |init_proxy_resolver_|, since it
642 // Cancel any PAC fetching / ProxyResolver::SetPacScript() which was
  /external/chromium/net/base/
host_resolver.cc 23 Cancel();
50 void SingleRequestHostResolver::Cancel() {
completion_callback.h 29 // provider of the callback calls Cancel() to mark the callback as
41 void Cancel() {
directory_lister.h 49 void Cancel();
cert_verifier.cc 85 void Cancel() {
124 request_->Cancel();
directory_lister_unittest.cc 82 lister->Cancel();
host_resolver.h 32 // HostResolver (which will automatically cancel the single request when it
113 // Opaque type used to cancel a request.
200 void Cancel();
directory_lister.cc 90 void DirectoryLister::Cancel() {
file_stream_posix.cc 148 virtual void Cancel() {
178 // cancel |message_loop_task_|.
273 // Either we're in the MessageLoop's task, in which case Cancel() doesn't do
276 message_loop_task_->Cancel();
host_resolver_impl_unittest.cc 131 void Cancel() {
495 // Cancel everything except request 4.
496 req1.Cancel();
497 req2.Cancel();
498 req3.Cancel();
499 req5.Cancel();
519 // While we are executing within that callback, cancel the other requests
524 req_to_cancel1_->Cancel();
525 req_to_cancel2_->Cancel();
581 // Once "a:80" completes, it will cancel "a:81" and "a:82"
    [all...]
  /external/chromium/net/url_request/
url_request_file_dir_job.cc 69 lister_->Cancel();
170 lister_->Cancel();
url_request.h 137 // request's Cancel method to prevent the redirect from being followed.
143 // If the delegate does not cancel the request and |*defer_redirect| is
145 // changed to the new URL. Otherwise if the delegate does not cancel the
159 // or request->CancelAuth() to cancel the login and display the error page.
181 // safe thing and Cancel() the request or decide to proceed by calling
187 request->Cancel();
419 // cancel the request. This method may be called many times, and it has
422 // cancelled, including during the call to Cancel itself.
423 void Cancel();
477 // cancel the request instead, call Cancel()
    [all...]
url_request_file_job.cc 55 void Cancel() {
133 async_resolver_->Cancel();
url_request_unittest.h 210 request->Cancel();
220 request->Cancel();
245 request->Cancel();
270 request->Cancel();
291 // cancel the request.
296 request->Cancel();
  /packages/apps/Settings/src/com/android/settings/
ChooseLockPattern.java 155 Cancel(R.string.cancel, true),
156 CancelDisabled(R.string.cancel, false),
205 LeftButtonMode.Cancel, RightButtonMode.ContinueDisabled,
223 LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
227 LeftButtonMode.Cancel, RightButtonMode.Confirm, ID_EMPTY_MESSAGE, false);
338 } else if (mUiStage.leftMode == LeftButtonMode.Cancel) {
  /external/chromium/net/disk_cache/
file_posix.cc 56 // Note that this method is not intended to cancel the actual IO operation or
58 void Cancel();
164 void BackgroundIO::Cancel() {
237 operation->Cancel();
  /external/bluetooth/bluez/test/
simple-agent 69 def Cancel(self):
70 print "Cancel"
  /external/chromium/net/flip/
flip_stream.h 69 // the stream. This function is used to cancel any callbacks from being
72 void Cancel();
  /external/chromium/base/
task.h 31 virtual void Cancel() = 0;
39 // are declared as class members, so the class' tasks will automatically cancel
176 virtual void Cancel() {
193 virtual void Cancel() {
292 virtual void Cancel() {
403 virtual void Cancel() {
  /external/chromium/net/ocsp/
nss_ocsp.cc 189 void Cancel() {
369 request_->Cancel();
617 req->Cancel();

Completed in 344 milliseconds

1 2