Home
last modified time | relevance | path

Searched refs:GetParsedHttpVersion (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/http/
Dhttp_response_headers.h127 HttpVersion GetParsedHttpVersion() const { in GetParsedHttpVersion() function
Dhttp_proxy_client_socket.cc418 if (response_.headers->GetParsedHttpVersion() < HttpVersion(1, 0)) in DoReadHeadersComplete()
Dhttp_response_headers_unittest.cc63 EXPECT_TRUE(test.expected_parsed_version == parsed->GetParsedHttpVersion()); in TestCommon()
Dhttp_network_transaction.cc869 if (response_.headers->GetParsedHttpVersion() < HttpVersion(1, 0)) { in DoReadHeadersComplete()
/external/chromium/net/spdy/
Dspdy_proxy_client_socket.cc375 if (response_.headers->GetParsedHttpVersion() < HttpVersion(1, 0)) in DoReadReplyComplete()
/external/chromium/net/socket_stream/
Dsocket_stream.cc726 if (headers->GetParsedHttpVersion() < HttpVersion(1, 0)) { in DoReadTunnelHeadersComplete()