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

/external/chromium_org/net/url_request/
H A Durl_request_http_job_unittest.cc34 class TestURLRequestHttpJob : public URLRequestHttpJob { class in namespace:net::__anon9798
36 explicit TestURLRequestHttpJob(URLRequest* request) function in class:net::__anon9798::TestURLRequestHttpJob
46 virtual ~TestURLRequestHttpJob() {}
99 scoped_refptr<TestURLRequestHttpJob> job(
100 new TestURLRequestHttpJob(req_.get()));
119 scoped_refptr<TestURLRequestHttpJob> job(
120 new TestURLRequestHttpJob(req_.get()));
134 scoped_refptr<TestURLRequestHttpJob> job(
135 new TestURLRequestHttpJob(req_.get()));
148 scoped_refptr<TestURLRequestHttpJob> jo
[all...]

Completed in 70 milliseconds