HomeSort by relevance Sort by last modified time
    Searched refs:socket_url (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 30 GURL socket_url(url);
36 socket_url = url.ReplaceComponents(replacements);
39 socket_url, delegate, context, cookie_store);
  /external/chromium_org/content/browser/renderer_host/
websocket_host.h 57 void OnAddChannelRequest(const GURL& socket_url,
websocket_dispatcher_host_unittest.cc 128 GURL socket_url("ws://example.com/test");
134 routing_id, socket_url, requested_protocols, origin, render_frame_id);
162 GURL socket_url("ws://example.com/test");
168 routing_id, socket_url, requested_protocols, origin, render_frame_id);
websocket_host.cc 351 const GURL& socket_url,
356 << " routing_id=" << routing_id_ << " socket_url=\"" << socket_url
366 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin);
  /external/chromium_org/net/websockets/
websocket_stream.cc 303 const GURL& socket_url,
313 new StreamRequestImpl(socket_url,
324 const GURL& socket_url,
332 new StreamRequestImpl(socket_url,
websocket_stream.h 104 const GURL& socket_url,
websocket_test_util.h 49 const GURL& socket_url,
websocket_handshake_stream_create_helper_test.cc 80 const std::string& socket_url,
106 request_info.url = GURL(socket_url);
websocket_channel.h 65 const GURL& socket_url,
103 const GURL& socket_url,
194 const GURL& socket_url,
websocket_stream_test.cc 112 const std::string& socket_url,
122 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass());
127 void CreateAndConnectStandard(const std::string& socket_url,
136 socket_url,
146 const std::string& socket_url,
152 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass());
162 void CreateAndConnectStream(const std::string& socket_url,
179 GURL(socket_url),
    [all...]
websocket_channel.cc 321 const GURL& socket_url,
326 socket_url,
510 const GURL& socket_url,
515 socket_url, requested_subprotocols, origin, creator);
524 const GURL& socket_url,
529 if (!socket_url.SchemeIsWSOrWSS()) {
536 socket_url_ = socket_url;
    [all...]
websocket_channel_test.cc 706 const GURL& socket_url,
712 this->socket_url = socket_url;
721 GURL socket_url; member in struct:net::__anon14445::ArgumentCopyingWebSocketStreamCreator
754 connect_data_.socket_url,
792 ConnectData() : socket_url("ws://ws/"), origin("http://ws") {}
798 GURL socket_url; member in struct:net::__anon14445::WebSocketChannelTest::ConnectData
    [all...]

Completed in 228 milliseconds