Home
last modified time | relevance | path

Searched refs:GetMaxAgeValue (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/http/
Dhttp_response_headers.h209 bool GetMaxAgeValue(base::TimeDelta* value) const;
Dhttp_response_headers.cc887 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()
995 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders