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