Searched refs:GetMaxAgeValue (Results 1 – 5 of 5) sorted by relevance
209 bool GetMaxAgeValue(base::TimeDelta* value) const;
887 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()995 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders
214 bool GetMaxAgeValue(base::TimeDelta* value) const;
957 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()1065 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders
425 source->GetResponseHeaders()->GetMaxAgeValue(&max_age)) { in HandleModelResponse()