HomeSort by relevance Sort by last modified time
    Searched defs:URLRequestErrorJob (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/url_request/
url_request_error_job.cc 14 URLRequestErrorJob::URLRequestErrorJob(URLRequest* request, int error)
19 URLRequestErrorJob::~URLRequestErrorJob() {}
21 void URLRequestErrorJob::Start() {
24 method_factory_.NewRunnableMethod(&URLRequestErrorJob::StartAsync));
27 void URLRequestErrorJob::StartAsync() {
url_request_error_job.h 17 class URLRequestErrorJob : public URLRequestJob {
19 URLRequestErrorJob(URLRequest* request, int error);
24 ~URLRequestErrorJob();
30 ScopedRunnableMethodFactory<URLRequestErrorJob> method_factory_;

Completed in 374 milliseconds