Searched refs:HasStrongValidators (Results 1 – 14 of 14) sorted by relevance
41 !net::HttpUtil::HasStrongValidators( in GetReasonsForUncacheability()
254 if (!headers->HasStrongValidators()) in UpdateFromStoredHeaders()283 if (!headers->HasStrongValidators()) in UpdateFromStoredHeaders()
229 bool HasStrongValidators() const;
187 static bool HasStrongValidators(HttpVersion version,
1520 TEST(HttpResponseHeadersTest, HasStrongValidators) { in TEST() argument1575 EXPECT_EQ(tests[i].expected_result, parsed->HasStrongValidators()) << in TEST()
1158 bool HttpResponseHeaders::HasStrongValidators() const { in HasStrongValidators() function in net::HttpResponseHeaders1165 return HttpUtil::HasStrongValidators(GetHttpVersion(), in HasStrongValidators()
697 bool HttpUtil::HasStrongValidators(HttpVersion version, in HasStrongValidators() function in net::HttpUtil
2009 response_.headers->HasStrongValidators()); in ConditionalizeRequest()2418 !response_.headers->HasStrongValidators()) { in CanResume()
171 if (headers->HasStrongValidators()) { in OnResponseStarted()375 request()->response_headers()->HasStrongValidators(); in OnResponseCompleted()
253 if (total_length <= 0 || !headers->HasStrongValidators()) in UpdateFromStoredHeaders()276 if (!headers->HasStrongValidators()) in UpdateFromStoredHeaders()
224 bool HasStrongValidators() const;
1429 TEST(HttpResponseHeadersTest, HasStrongValidators) { in TEST() argument1478 EXPECT_EQ(tests[i].expected_result, parsed->HasStrongValidators()) << in TEST()
1667 response_.headers->HasStrongValidators()); in ConditionalizeRequest()1994 !response_.headers->HasStrongValidators()) in CanResume()
1078 bool HttpResponseHeaders::HasStrongValidators() const { in HasStrongValidators() function in net::HttpResponseHeaders