Searched refs:GetInt64HeaderValue (Results 1 – 3 of 3) sorted by relevance
250 int64 GetInt64HeaderValue(const std::string& header) const;
1203 return GetInt64HeaderValue("content-length"); in GetContentLength()1206 int64 HttpResponseHeaders::GetInt64HeaderValue( in GetInt64HeaderValue() function in net::HttpResponseHeaders
564 request->response_info().headers->GetInt64HeaderValue( in OnCompleted()