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.cc522 http_version_ = HttpVersion(0, 9); in ParseStatusLine()
525 http_version_ = HttpVersion(1, 1); in ParseStatusLine()
529 http_version_ = HttpVersion(1, 0); in ParseStatusLine()
532 if (parsed_http_version_ != http_version_) { in ParseStatusLine()
533 DLOG(INFO) << "assuming HTTP/" << http_version_.major_value() << "." in ParseStatusLine()
534 << http_version_.minor_value(); in ParseStatusLine()
981 if (http_version_ < HttpVersion(1, 0)) in IsKeepAlive()
993 if (http_version_ == HttpVersion(1, 0)) { in IsKeepAlive()
Dhttp_response_headers.h121 return http_version_; in GetHttpVersion()
341 HttpVersion http_version_; variable