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

  /external/chromium_org/net/url_request/
url_request_error_job.cc 15 URLRequestErrorJob::URLRequestErrorJob(
21 URLRequestErrorJob::~URLRequestErrorJob() {}
23 void URLRequestErrorJob::Start() {
26 base::Bind(&URLRequestErrorJob::StartAsync, weak_factory_.GetWeakPtr()));
29 void URLRequestErrorJob::StartAsync() {
url_request_error_job.h 17 class NET_EXPORT URLRequestErrorJob : public URLRequestJob {
19 URLRequestErrorJob(URLRequest* request,
26 virtual ~URLRequestErrorJob();
32 base::WeakPtrFactory<URLRequestErrorJob> weak_factory_;

Completed in 130 milliseconds