Home
last modified time | relevance | path

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

/external/chromium_org/net/http/
Dhttp_response_headers.h227 bool GetMaxAgeValue(base::TimeDelta* value) const;
Dhttp_response_headers.cc981 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()
1094 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders
/external/chromium_org/chrome/browser/safe_browsing/
Dclient_side_detection_service.cc406 source->GetResponseHeaders()->GetMaxAgeValue(&max_age)) { in HandleModelResponse()