Searched refs:GetAgeValue (Results 1 – 3 of 3) sorted by relevance
671 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()
342 bool GetAgeValue(base::TimeDelta* value) const;
1320 GetAgeValue(&age_value); in GetCurrentAge()1338 bool HttpResponseHeaders::GetAgeValue(base::TimeDelta* result) const { in GetAgeValue() function in net::HttpResponseHeaders