Searched refs:URLRequestErrorJob (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/net/url_request/
H A Durl_request_error_job.cc15 URLRequestErrorJob::URLRequestErrorJob( function in class:net::URLRequestErrorJob
21 URLRequestErrorJob::~URLRequestErrorJob() {}
23 void URLRequestErrorJob::Start() {
26 base::Bind(&URLRequestErrorJob::StartAsync, weak_factory_.GetWeakPtr()));
29 void URLRequestErrorJob::StartAsync() {
H A Durl_request_error_job.h17 class NET_EXPORT URLRequestErrorJob : public URLRequestJob { class in namespace:net
19 URLRequestErrorJob(URLRequest* request,
26 virtual ~URLRequestErrorJob();
32 base::WeakPtrFactory<URLRequestErrorJob> weak_factory_;
H A Dftp_protocol_handler.cc33 return new URLRequestErrorJob(request, network_delegate, ERR_UNSAFE_PORT);
H A Dfile_protocol_handler.cc32 return new URLRequestErrorJob(request, network_delegate, ERR_ACCESS_DENIED);
H A Durl_request_job_manager.cc53 return new URLRequestErrorJob(request, network_delegate, ERR_INVALID_URL);
61 return new URLRequestErrorJob(
102 return new URLRequestErrorJob(request, network_delegate, ERR_FAILED);
H A Durl_request.cc649 StartJob(new URLRequestErrorJob(this, network_delegate_, error));
704 RestartWithJob(new URLRequestErrorJob(
H A Durl_request_http_job.cc159 return new URLRequestErrorJob(
/external/chromium_org/android_webview/browser/net/
H A Daw_url_request_job_factory.cc56 return new net::URLRequestErrorJob(
/external/chromium_org/chrome/browser/policy/cloud/
H A Dtest_request_interceptor.cc37 return new net::URLRequestErrorJob(request, network_delegate, error);
/external/chromium_org/extensions/browser/
H A Dextension_protocols.cc411 return new net::URLRequestErrorJob(
/external/chromium_org/content/browser/appcache/
H A Dappcache_request_handler_unittest.cc145 return new net::URLRequestErrorJob(request,
H A Dappcache_url_request_job_unittest.cc71 return new net::URLRequestErrorJob(request,
H A Dappcache_storage_impl_unittest.cc88 return new net::URLRequestErrorJob(request, network_delegate, -100);
H A Dappcache_update_job_unittest.cc57 return new net::URLRequestErrorJob(request, network_delegate, -100);

Completed in 808 milliseconds