Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_response_headers_unittest.cc606 ASSERT_TRUE(parsed->GetAgeValue(&age)); in TEST()
617 ASSERT_TRUE(parsed->GetAgeValue(&age)); in TEST()
628 ASSERT_FALSE(parsed->GetAgeValue(&age)); in TEST()
638 ASSERT_FALSE(parsed->GetAgeValue(&age)); in TEST()
648 ASSERT_FALSE(parsed->GetAgeValue(&age)); in TEST()
658 ASSERT_TRUE(parsed->GetAgeValue(&age)); in TEST()
Dhttp_response_headers.h282 bool GetAgeValue(base::TimeDelta* value) const;
Dhttp_response_headers.cc1194 GetAgeValue(&age_value); in GetCurrentAge()
1212 bool HttpResponseHeaders::GetAgeValue(base::TimeDelta* result) const { in GetAgeValue() function in net::HttpResponseHeaders