Searched defs:URLRequestErrorJob (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/url_request/
H A Durl_request_error_job.cc14 URLRequestErrorJob::URLRequestErrorJob(URLRequest* request, int error) function in class:net::URLRequestErrorJob
19 URLRequestErrorJob::~URLRequestErrorJob() {}
21 void URLRequestErrorJob::Start() {
24 method_factory_.NewRunnableMethod(&URLRequestErrorJob::StartAsync));
27 void URLRequestErrorJob::StartAsync() {
H A Durl_request_error_job.h17 class URLRequestErrorJob : public URLRequestJob { class in namespace:net
19 URLRequestErrorJob(URLRequest* request, int error);
24 ~URLRequestErrorJob();
30 ScopedRunnableMethodFactory<URLRequestErrorJob> method_factory_;
/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_;

Completed in 207 milliseconds