Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.cc886 TimeDelta max_age_value; in GetFreshnessLifetime() local
887 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()
888 return max_age_value; in GetFreshnessLifetime()
/external/chromium_org/net/http/
Dhttp_response_headers.cc956 TimeDelta max_age_value; in GetFreshnessLifetime() local
957 if (GetMaxAgeValue(&max_age_value)) in GetFreshnessLifetime()
958 return max_age_value; in GetFreshnessLifetime()