Home
last modified time | relevance | path

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

/external/cronet/net/http/
Dhttp_response_headers.cc685 http_version_ = HttpVersion(0, 9); in ParseStatusLine()
688 http_version_ = HttpVersion(2, 0); in ParseStatusLine()
691 http_version_ = HttpVersion(1, 1); in ParseStatusLine()
695 http_version_ = HttpVersion(1, 0); in ParseStatusLine()
698 if (parsed_http_version != http_version_) { in ParseStatusLine()
699 DVLOG(1) << "assuming HTTP/" << http_version_.major_value() << "." in ParseStatusLine()
700 << http_version_.minor_value(); in ParseStatusLine()
1293 if (http_version_ < HttpVersion(1, 0)) in IsKeepAlive()
1306 return http_version_ != HttpVersion(1, 0); in IsKeepAlive()
Dhttp_response_headers.h165 return http_version_; in GetHttpVersion()
445 HttpVersion http_version_; variable