Home
last modified time | relevance | path

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

/external/chromium_org/content/renderer/media/
Dcache_util.cc41 !net::HttpUtil::HasStrongValidators( in GetReasonsForUncacheability()
/external/chromium_org/net/http/
Dpartial_data.cc254 if (!headers->HasStrongValidators()) in UpdateFromStoredHeaders()
283 if (!headers->HasStrongValidators()) in UpdateFromStoredHeaders()
Dhttp_response_headers.h229 bool HasStrongValidators() const;
Dhttp_util.h187 static bool HasStrongValidators(HttpVersion version,
Dhttp_response_headers_unittest.cc1520 TEST(HttpResponseHeadersTest, HasStrongValidators) { in TEST() argument
1575 EXPECT_EQ(tests[i].expected_result, parsed->HasStrongValidators()) << in TEST()
Dhttp_response_headers.cc1158 bool HttpResponseHeaders::HasStrongValidators() const { in HasStrongValidators() function in net::HttpResponseHeaders
1165 return HttpUtil::HasStrongValidators(GetHttpVersion(), in HasStrongValidators()
Dhttp_util.cc697 bool HttpUtil::HasStrongValidators(HttpVersion version, in HasStrongValidators() function in net::HttpUtil
Dhttp_cache_transaction.cc2009 response_.headers->HasStrongValidators()); in ConditionalizeRequest()
2418 !response_.headers->HasStrongValidators()) { in CanResume()
/external/chromium_org/content/browser/download/
Ddownload_resource_handler.cc171 if (headers->HasStrongValidators()) { in OnResponseStarted()
375 request()->response_headers()->HasStrongValidators(); in OnResponseCompleted()
/external/chromium/net/http/
Dpartial_data.cc253 if (total_length <= 0 || !headers->HasStrongValidators()) in UpdateFromStoredHeaders()
276 if (!headers->HasStrongValidators()) in UpdateFromStoredHeaders()
Dhttp_response_headers.h224 bool HasStrongValidators() const;
Dhttp_response_headers_unittest.cc1429 TEST(HttpResponseHeadersTest, HasStrongValidators) { in TEST() argument
1478 EXPECT_EQ(tests[i].expected_result, parsed->HasStrongValidators()) << in TEST()
Dhttp_cache_transaction.cc1667 response_.headers->HasStrongValidators()); in ConditionalizeRequest()
1994 !response_.headers->HasStrongValidators()) in CanResume()
Dhttp_response_headers.cc1078 bool HttpResponseHeaders::HasStrongValidators() const { in HasStrongValidators() function in net::HttpResponseHeaders