Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.cc892 Time date_value; in GetFreshnessLifetime() local
893 if (!GetDateValue(&date_value)) in GetFreshnessLifetime()
894 date_value = response_time; in GetFreshnessLifetime()
899 if (expires_value > date_value) in GetFreshnessLifetime()
900 return expires_value - date_value; in GetFreshnessLifetime()
933 if (last_modified_value <= date_value) in GetFreshnessLifetime()
934 return (date_value - last_modified_value) / 10; in GetFreshnessLifetime()
976 Time date_value; in GetCurrentAge() local
977 if (!GetDateValue(&date_value)) in GetCurrentAge()
978 date_value = response_time; in GetCurrentAge()
[all …]