Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.h212 bool GetExpiresValue(base::Time* value) const;
Dhttp_response_headers.cc897 if (GetExpiresValue(&expires_value)) { in GetFreshnessLifetime()
1040 bool HttpResponseHeaders::GetExpiresValue(Time* result) const { in GetExpiresValue() function in net::HttpResponseHeaders