Searched refs:CancelURLRequest (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_fetcher_core.cc62 (*fetchers_.begin())->CancelURLRequest(ERR_ABORTED);
129 CancelURLRequest(ERR_ABORTED);
133 base::Bind(&URLFetcherCore::CancelURLRequest, this, ERR_ABORTED));
596 CancelURLRequest(result);
636 void URLFetcherCore::CancelURLRequest(int error) { function in class:net::URLFetcherCore
699 CancelURLRequest(result);
823 CancelURLRequest(result);
H A Durl_fetcher_core.h172 void CancelURLRequest(int error);
/external/chromium_org/net/ocsp/
H A Dnss_ocsp.cc295 CancelURLRequest();
338 void CancelURLRequest() { function in class:net::__anon9347::OCSPRequestSession
376 base::Bind(&OCSPRequestSession::CancelURLRequest, this));
556 // CancelURLRequest() always removes the request from the requests_
559 (*requests_.begin())->CancelURLRequest();

Completed in 118 milliseconds