Searched refs:HasStrongValidators (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/media/blink/
H A Dcache_util.cc41 !net::HttpUtil::HasStrongValidators(
/external/chromium_org/content/browser/download/
H A Ddownload_resource_handler.cc213 if (headers->HasStrongValidators()) {
437 request()->response_headers()->HasStrongValidators();
/external/chromium_org/net/http/
H A Dhttp_response_headers.h243 bool HasStrongValidators() const;
H A Dhttp_util.h194 static bool HasStrongValidators(HttpVersion version,
H A Dpartial_data.cc254 if (!headers->HasStrongValidators())
H A Dhttp_response_headers_unittest.cc1675 TEST_P(HasStrongValidatorsTest, HasStrongValidators) {
1683 EXPECT_EQ(test.expected_result, parsed->HasStrongValidators());
H A Dhttp_util.cc696 bool HttpUtil::HasStrongValidators(HttpVersion version, function in class:net::HttpUtil
H A Dhttp_response_headers.cc1196 bool HttpResponseHeaders::HasStrongValidators() const { function in class:net::HttpResponseHeaders
1203 return HttpUtil::HasStrongValidators(GetHttpVersion(),
H A Dhttp_cache_transaction.cc2344 !response_.headers->HasStrongValidators()) {
2808 !response_.headers->HasStrongValidators()) {

Completed in 1510 milliseconds