Searched refs:kProtoDeprecatedSPDY2 (Results 1 – 22 of 22) sorted by relevance
/external/chromium_org/net/socket/ |
D | next_proto.h | 24 kProtoDeprecatedSPDY2 = 100, enumerator 25 kProtoSPDYMinimumVersion = kProtoDeprecatedSPDY2,
|
D | ssl_client_socket.cc | 31 return kProtoDeprecatedSPDY2; in NextProtoFromString() 52 case kProtoDeprecatedSPDY2: in NextProtoToString()
|
D | next_proto.cc | 57 next_protos.push_back(kProtoDeprecatedSPDY2); in NextProtosSpdy31WithSpdy2()
|
D | ssl_client_socket_pool_unittest.cc | 242 testing::Values(kProtoDeprecatedSPDY2,
|
/external/chromium_org/net/http/ |
D | http_server_properties.cc | 94 case kProtoDeprecatedSPDY2: in AlternateProtocolFromNextProto()
|
D | http_stream_factory_impl_request_unittest.cc | 22 testing::Values(kProtoDeprecatedSPDY2,
|
D | http_proxy_client_socket_pool_unittest.cc | 326 HttpProxyClientSocketPoolTestParams(HTTP, kProtoDeprecatedSPDY2), 327 HttpProxyClientSocketPoolTestParams(HTTPS, kProtoDeprecatedSPDY2), 328 HttpProxyClientSocketPoolTestParams(SPDY, kProtoDeprecatedSPDY2),
|
D | http_response_info.cc | 367 case kProtoDeprecatedSPDY2: in ConnectionInfoFromNextProto()
|
D | http_stream_factory_impl_unittest.cc | 431 testing::Values(kProtoDeprecatedSPDY2,
|
D | http_network_transaction_unittest.cc | 409 testing::Values(kProtoDeprecatedSPDY2,
|
/external/chromium_org/net/websockets/ |
D | websocket_handshake_handler_spdy_test.cc | 31 testing::Values(kProtoDeprecatedSPDY2,
|
D | websocket_job_test.cc | 721 testing::Values(kProtoDeprecatedSPDY2,
|
/external/chromium_org/net/spdy/ |
D | buffered_spdy_framer_unittest.cc | 214 testing::Values(kProtoDeprecatedSPDY2,
|
D | buffered_spdy_framer.cc | 13 case kProtoDeprecatedSPDY2: in NextProtoToSpdyMajorVersion()
|
D | spdy_session_pool_unittest.cc | 54 testing::Values(kProtoDeprecatedSPDY2,
|
D | spdy_websocket_stream_unittest.cc | 297 testing::Values(kProtoDeprecatedSPDY2,
|
D | spdy_http_stream_unittest.cc | 133 testing::Values(kProtoDeprecatedSPDY2,
|
D | spdy_stream_unittest.cc | 115 testing::Values(kProtoDeprecatedSPDY2,
|
D | spdy_test_util_common.cc | 57 next_protos.push_back(kProtoDeprecatedSPDY2); in SpdyNextProtos()
|
D | spdy_proxy_client_socket_unittest.cc | 145 testing::Values(kProtoDeprecatedSPDY2,
|
D | spdy_network_transaction_unittest.cc | 715 SpdyNetworkTransactionTestParams(kProtoDeprecatedSPDY2, SPDYNOSSL), 716 SpdyNetworkTransactionTestParams(kProtoDeprecatedSPDY2, SPDYSSL), 717 SpdyNetworkTransactionTestParams(kProtoDeprecatedSPDY2, SPDYNPN), 6556 ::testing::Values(SpdyNetworkTransactionTestParams(kProtoDeprecatedSPDY2,
|
D | spdy_session_unittest.cc | 186 testing::Values(kProtoDeprecatedSPDY2, 3088 if (GetParam() == kProtoDeprecatedSPDY2) { in TEST_P()
|