Home
last modified time | relevance | path

Searched refs:CONNECTION_INFO_HTTP1_0 (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/http/
Dhttp_response_info.cc140 case CONNECTION_INFO_HTTP1_0: in ConnectionInfoToCoarse()
523 case CONNECTION_INFO_HTTP1_0: in DidUseQuic()
649 case CONNECTION_INFO_HTTP1_0: in ConnectionInfoToString()
Dhttp_response_info.h49 CONNECTION_INFO_HTTP1_0 = 9, enumerator
Dhttp_stream_parser.cc1036 response_->connection_info = HttpResponseInfo::CONNECTION_INFO_HTTP1_0; in ParseResponseHeaders()
Dhttp_stream_parser_unittest.cc1511 EXPECT_EQ(HttpResponseInfo::CONNECTION_INFO_HTTP1_0, in TEST()