Home
last modified time | relevance | path

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

/external/chromium/net/http/
Dhttp_response_headers.cc591 http_version_ = HttpVersion(0, 9); in ParseStatusLine()
594 http_version_ = HttpVersion(1, 1); in ParseStatusLine()
598 http_version_ = HttpVersion(1, 0); in ParseStatusLine()
601 if (parsed_http_version_ != http_version_) { in ParseStatusLine()
602 DVLOG(1) << "assuming HTTP/" << http_version_.major_value() << "." in ParseStatusLine()
603 << http_version_.minor_value(); in ParseStatusLine()
1055 if (http_version_ < HttpVersion(1, 0)) in IsKeepAlive()
1067 if (http_version_ == HttpVersion(1, 0)) { in IsKeepAlive()
Dhttp_response_headers.h123 return http_version_; in GetHttpVersion()
340 HttpVersion http_version_; variable