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

/external/chromium_org/net/http/
H A Dhttp_cache_transaction.h315 bool RequiresValidation();
H A Dhttp_response_headers.h209 bool RequiresValidation(const base::Time& request_time,
215 // RequiresValidation for a description of the response_time parameter.
219 // See RequiresValidation for a description of this method's parameters.
H A Dhttp_response_headers_unittest.cc790 TEST_P(RequiresValidationTest, RequiresValidation) {
804 parsed->RequiresValidation(request_time, response_time, current_time);
H A Dhttp_cache_transaction.cc2113 bool skip_validation = !RequiresValidation();
2247 else if (RequiresValidation())
2298 bool HttpCache::Transaction::RequiresValidation() { function in class:net::HttpCache::Transaction
2323 if (response_.headers->RequiresValidation(
H A Dhttp_response_headers.cc959 bool HttpResponseHeaders::RequiresValidation(const Time& request_time, function in class:net::HttpResponseHeaders
/external/chromium_org/content/browser/appcache/
H A Dappcache_update_job.cc1408 http_info->headers->RequiresValidation(http_info->request_time,

Completed in 1193 milliseconds