Home
last modified time | relevance | path

Searched refs:GetMaxAgeValue (Results 1 – 5 of 5) 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
/external/chromium_org/net/http/
Dhttp_response_headers.h214 bool GetMaxAgeValue(base::TimeDelta* value) const;
Dhttp_response_headers.cc957 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()
1065 bool HttpResponseHeaders::GetMaxAgeValue(TimeDelta* result) const { in GetMaxAgeValue() function in net::HttpResponseHeaders
/external/chromium_org/chrome/browser/safe_browsing/
Dclient_side_detection_service.cc425 source->GetResponseHeaders()->GetMaxAgeValue(&max_age)) { in HandleModelResponse()