Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.cc824 if (!GetDateValue(&date_value)) in GetFreshnessLifetime()
908 if (!GetDateValue(&date_value)) in GetCurrentAge()
958 bool HttpResponseHeaders::GetDateValue(Time* result) const { in GetDateValue() function in net::HttpResponseHeaders
1024 if (!GetDateValue(&date)) in HasStrongValidators()
Dhttp_response_headers.h203 bool GetDateValue(base::Time* value) const;
Dhttp_cache_transaction.cc1735 if (headers->GetDateValue(&date)) in HistogramHeaders()