/external/chromium/net/http/ |
http_response_headers.h | 191 bool RequiresValidation(const base::Time& request_time, 197 // RequiresValidation for a description of the response_time parameter. 201 // See RequiresValidation for a description of this method's parameters.
|
http_cache_transaction.h | 267 bool RequiresValidation();
|
http_response_headers_unittest.cc | 672 TEST(HttpResponseHeadersTest, RequiresValidation) { 813 parsed->RequiresValidation(request_time, response_time, current_time); [all...] |
http_cache_transaction.cc | [all...] |
http_response_headers.cc | 839 bool HttpResponseHeaders::RequiresValidation(const Time& request_time, [all...] |
/external/chromium_org/net/http/ |
http_cache_transaction.h | 300 bool RequiresValidation();
|
http_response_headers.h | 196 bool RequiresValidation(const base::Time& request_time, 202 // RequiresValidation for a description of the response_time parameter. 206 // See RequiresValidation for a description of this method's parameters.
|
http_response_headers_unittest.cc | 729 TEST(HttpResponseHeadersTest, RequiresValidation) { 870 parsed->RequiresValidation(request_time, response_time, current_time); [all...] |
http_cache_transaction.cc | [all...] |
http_response_headers.cc | 909 bool HttpResponseHeaders::RequiresValidation(const Time& request_time, [all...] |
/external/chromium_org/webkit/browser/appcache/ |
appcache_update_job.cc | [all...] |