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

  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host_unittest.cc 88 std::vector<std::string> requested_protocols; local
89 requested_protocols.push_back("hello");
92 routing_id, socket_url, requested_protocols, origin);
123 std::vector<std::string> requested_protocols; local
124 requested_protocols.push_back("hello");
127 routing_id, socket_url, requested_protocols, origin);
websocket_host.cc 183 const std::vector<std::string>& requested_protocols,
187 << "\" requested_protocols=\""
188 << JoinString(requested_protocols, ", ") << "\" origin=\"" << origin
191 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin);
websocket_host.h 49 const std::vector<std::string>& requested_protocols,
  /external/chromium_org/third_party/libjingle/source/talk/base/
nethelpers.cc 132 int requested_protocols[2] = {AF_INET6, 0};
142 ret = WSCEnumProtocols(requested_protocols, protocol_infos,
  /external/chromium_org/content/common/
websocket_messages.h 48 // 0x7FFFFFFF. |requested_protocols| is a list of tokens identifying
57 std::vector<std::string> /* requested_protocols */,
  /external/chromium_org/net/websockets/
websocket_channel.h 57 const std::vector<std::string>& requested_protocols,
95 const std::vector<std::string>& requested_protocols,
146 const std::vector<std::string>& requested_protocols,

Completed in 282 milliseconds