Searched refs:requested_subprotocols (Results 1 – 7 of 7) sorted by relevance
/external/chromium_org/net/websockets/ |
D | websocket_handshake_stream_create_helper.cc | 18 const std::vector<std::string>& requested_subprotocols) in WebSocketHandshakeStreamCreateHelper() argument 19 : requested_subprotocols_(requested_subprotocols), in WebSocketHandshakeStreamCreateHelper()
|
D | websocket_handshake_stream_create_helper.h | 32 const std::vector<std::string>& requested_subprotocols);
|
D | websocket_channel.cc | 322 const std::vector<std::string>& requested_subprotocols, in SendAddChannelRequest() argument 327 requested_subprotocols, in SendAddChannelRequest() 511 const std::vector<std::string>& requested_subprotocols, in SendAddChannelRequestForTesting() argument 515 socket_url, requested_subprotocols, origin, creator); in SendAddChannelRequestForTesting() 525 const std::vector<std::string>& requested_subprotocols, in SendAddChannelRequestWithSuppliedCreator() argument 540 requested_subprotocols, in SendAddChannelRequestWithSuppliedCreator()
|
D | websocket_stream.h | 105 const std::vector<std::string>& requested_subprotocols,
|
D | websocket_stream.cc | 304 const std::vector<std::string>& requested_subprotocols, in CreateAndConnectStream() argument 311 requested_subprotocols)); in CreateAndConnectStream()
|
D | websocket_channel_test.cc | 707 const std::vector<std::string>& requested_subprotocols, in Create() 713 this->requested_subprotocols = requested_subprotocols; in Create() 723 std::vector<std::string> requested_subprotocols; member 755 connect_data_.requested_subprotocols, in CreateChannelAndConnect() 800 std::vector<std::string> requested_subprotocols; member 1022 connect_data_.requested_subprotocols.push_back("Sinbad"); in TEST_F() 1031 EXPECT_EQ(connect_data_.requested_subprotocols, in TEST_F() 1032 actual.requested_subprotocols); in TEST_F()
|
D | websocket_stream_test.cc | 98 const std::vector<std::string>& requested_subprotocols) in DeterministicKeyWebSocketHandshakeStreamCreateHelper() argument 100 requested_subprotocols) {} in DeterministicKeyWebSocketHandshakeStreamCreateHelper()
|