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

/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job_unittest.cc385 class RetryRequestTestJob : public net::URLRequestTestJob { class in namespace:content
416 return new RetryRequestTestJob(
417 request, network_delegate, RetryRequestTestJob::retry_headers(), 503);
419 return new RetryRequestTestJob(
422 RetryRequestTestJob::manifest_headers(), 200);
429 virtual ~RetryRequestTestJob() {}
468 RetryRequestTestJob(net::URLRequest* request, function in class:content::RetryRequestTestJob
491 return RetryRequestTestJob::RetryFactory(request, network_delegate);
496 const GURL RetryRequestTestJob::kRetryUrl("http://retry");
497 int RetryRequestTestJob
[all...]

Completed in 40 milliseconds