Home
last modified time | relevance | path

Searched refs:GetAgeValue (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_response_headers_unittest.cc671 ASSERT_TRUE(parsed->GetAgeValue(&age)); in TEST()
682 ASSERT_TRUE(parsed->GetAgeValue(&age)); in TEST()
693 ASSERT_FALSE(parsed->GetAgeValue(&age)); in TEST()
703 ASSERT_FALSE(parsed->GetAgeValue(&age)); in TEST()
713 ASSERT_FALSE(parsed->GetAgeValue(&age)); in TEST()
723 ASSERT_TRUE(parsed->GetAgeValue(&age)); in TEST()
H A Dhttp_response_headers.h342 bool GetAgeValue(base::TimeDelta* value) const;
H A Dhttp_response_headers.cc1320 GetAgeValue(&age_value); in GetCurrentAge()
1338 bool HttpResponseHeaders::GetAgeValue(base::TimeDelta* result) const { in GetAgeValue() function in net::HttpResponseHeaders