Home
last modified time | relevance | path

Searched refs:HttpHeadersRequestTestJob (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/webkit/browser/appcache/
Dappcache_update_job_unittest.cc476 class HttpHeadersRequestTestJob : public net::URLRequestTestJob { class
521 virtual ~HttpHeadersRequestTestJob() {} in ~HttpHeadersRequestTestJob()
532 std::string HttpHeadersRequestTestJob::expect_if_modified_since_;
533 bool HttpHeadersRequestTestJob::saw_if_modified_since_ = false;
534 std::string HttpHeadersRequestTestJob::expect_if_none_match_;
535 bool HttpHeadersRequestTestJob::saw_if_none_match_ = false;
536 bool HttpHeadersRequestTestJob::already_checked_ = false;
544 return HttpHeadersRequestTestJob::IfModifiedSinceFactory( in MaybeCreateJob()
2699 HttpHeadersRequestTestJob::Initialize(std::string(), std::string()); in IfModifiedSinceTest()
2703 HttpHeadersRequestTestJob::Verify(); in IfModifiedSinceTest()
[all …]