HomeSort by relevance Sort by last modified time
    Searched full:sub_protocols (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/websockets/
websocket_handshake_stream_create_helper_test.cc 62 const std::vector<std::string>& sub_protocols,
66 WebSocketHandshakeStreamCreateHelper create_helper(sub_protocols);
131 std::vector<std::string> sub_protocols; local
132 sub_protocols.push_back("chat");
133 sub_protocols.push_back("superchat");
136 sub_protocols, "http://localhost/",
websocket_stream_test.cc 53 const std::vector<std::string>& sub_protocols,
60 CreateAndConnectStream(socket_url, sub_protocols, origin);
67 const std::vector<std::string>& sub_protocols,
74 sub_protocols,
82 const std::vector<std::string>& sub_protocols,
86 CreateAndConnectStream(socket_url, sub_protocols, origin);
92 const std::vector<std::string>& sub_protocols,
98 sub_protocols)),
180 std::vector<std::string> sub_protocols; local
181 sub_protocols.push_back("chatv11.chromium.org")
223 std::vector<std::string> sub_protocols; local
    [all...]

Completed in 258 milliseconds