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