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

  /external/chromium/net/socket_stream/
socket_stream_job.cc 26 GURL socket_url(url);
37 socket_url = url.ReplaceComponents(replacements);
39 return SocketStreamJobManager::GetInstance()->CreateJob(socket_url, delegate);
  /external/chromium_org/net/websockets/
websocket_stream.cc 129 const GURL& socket_url,
136 new StreamRequestImpl(socket_url,
167 const GURL& socket_url,
175 return CreateAndConnectStreamWithCreateHelper(socket_url,
185 const GURL& socket_url,
191 return CreateAndConnectStreamWithCreateHelper(socket_url,
websocket_stream.h 79 const GURL& socket_url,
websocket_stream_test.cc 51 const std::string& socket_url,
60 CreateAndConnectStream(socket_url, sub_protocols, origin);
65 void CreateAndConnectStandard(const std::string& socket_url,
72 socket_url,
81 const std::string& socket_url,
86 CreateAndConnectStream(socket_url, sub_protocols, origin);
91 void CreateAndConnectStream(const std::string& socket_url,
95 GURL(socket_url),
websocket_channel.h 56 const GURL& socket_url,
94 const GURL& socket_url,
145 const GURL& socket_url,
websocket_handshake_stream_create_helper_test.cc 60 const std::string& socket_url,
84 request_info.url = GURL(socket_url);
websocket_test_util.h 39 const GURL& socket_url,
websocket_channel.cc 152 const GURL& socket_url,
157 socket_url,
255 const GURL& socket_url,
260 socket_url, requested_subprotocols, origin, creator);
269 const GURL& socket_url,
274 if (!socket_url.SchemeIsWSOrWSS()) {
281 socket_url_ = socket_url;
websocket_channel_test.cc 654 const GURL& socket_url,
660 this->socket_url = socket_url;
669 GURL socket_url; member in struct:net::__anon12322::ArgumentCopyingWebSocketStreamCreator
695 connect_data_.socket_url,
731 socket_url("ws://ws/"),
739 GURL socket_url; member in struct:net::__anon12322::WebSocketChannelTest::ConnectData
886 connect_data_.socket_url = GURL("ws://example.com/test")
    [all...]
  /external/chromium_org/net/socket_stream/
socket_stream_job.cc 28 GURL socket_url(url);
37 socket_url = url.ReplaceComponents(replacements);
39 return SocketStreamJobManager::GetInstance()->CreateJob(socket_url, delegate);
  /external/chromium_org/content/browser/renderer_host/
websocket_dispatcher_host_unittest.cc 87 GURL socket_url("ws://example.com/test");
92 routing_id, socket_url, requested_protocols, origin);
122 GURL socket_url("ws://example.com/test");
127 routing_id, socket_url, requested_protocols, origin);
websocket_host.h 48 void OnAddChannelRequest(const GURL& socket_url,
websocket_host.cc 182 const GURL& socket_url,
186 << " routing_id=" << routing_id_ << " socket_url=\"" << socket_url
191 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin);

Completed in 495 milliseconds