GetTimeValuedHeader  129 chrome/browser/captive_portal/captive_portal_detector.cc     } else if (headers->GetTimeValuedHeader("Retry-After", &full_date)) {
GetTimeValuedHeader 1131 net/http/http_response_headers.cc   return GetTimeValuedHeader("Date", result);
GetTimeValuedHeader 1135 net/http/http_response_headers.cc   return GetTimeValuedHeader("Last-Modified", result);
GetTimeValuedHeader 1139 net/http/http_response_headers.cc   return GetTimeValuedHeader("Expires", result);
GetTimeValuedHeader  239 net/http/http_response_headers.h   bool GetTimeValuedHeader(const std::string& name, base::Time* result) const;