Home
last modified time | relevance | path

Searched defs:requested_subprotocols (Results 1 – 4 of 4) sorted by relevance

/external/cronet/net/websockets/
Dwebsocket_stream.cc88 const std::vector<std::string>& requested_subprotocols, in WebSocketStreamRequestImpl()
469 const std::vector<std::string>& requested_subprotocols, in CreateAndConnectStream()
489 const std::vector<std::string>& requested_subprotocols, in CreateAndConnectStreamForTesting()
Dwebsocket_handshake_stream_create_helper.cc21 const std::vector<std::string>& requested_subprotocols, in WebSocketHandshakeStreamCreateHelper()
Dwebsocket_channel.cc263 const std::vector<std::string>& requested_subprotocols, in SendAddChannelRequest()
392 const std::vector<std::string>& requested_subprotocols, in SendAddChannelRequestForTesting()
417 const std::vector<std::string>& requested_subprotocols, in SendAddChannelRequestWithSuppliedCallback()
Dwebsocket_channel_test.cc854 std::vector<std::string> requested_subprotocols; member