Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.cc1033 return GetTimeValuedHeader("Date", result); in GetDateValue()
1037 return GetTimeValuedHeader("Last-Modified", result); in GetLastModifiedValue()
1041 return GetTimeValuedHeader("Expires", result); in GetExpiresValue()
1044 bool HttpResponseHeaders::GetTimeValuedHeader(const std::string& name, in GetTimeValuedHeader() function in net::HttpResponseHeaders
Dhttp_response_headers.h216 bool GetTimeValuedHeader(const std::string& name, base::Time* result) const;