Home
last modified time | relevance | path

Searched refs:socket_url (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/net/socket_stream/
Dsocket_stream_job.cc30 GURL socket_url(url); in CreateSocketStreamJob() local
36 socket_url = url.ReplaceComponents(replacements); in CreateSocketStreamJob()
39 socket_url, delegate, context, cookie_store); in CreateSocketStreamJob()
/external/chromium_org/content/browser/renderer_host/
Dwebsocket_dispatcher_host_unittest.cc128 GURL socket_url("ws://example.com/test"); in TEST_F() local
134 routing_id, socket_url, requested_protocols, origin, render_frame_id); in TEST_F()
162 GURL socket_url("ws://example.com/test"); in TEST_F() local
168 routing_id, socket_url, requested_protocols, origin, render_frame_id); in TEST_F()
Dwebsocket_host.cc351 const GURL& socket_url, in OnAddChannelRequest() argument
356 << " routing_id=" << routing_id_ << " socket_url=\"" << socket_url in OnAddChannelRequest()
366 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin); in OnAddChannelRequest()
Dwebsocket_host.h57 void OnAddChannelRequest(const GURL& socket_url,
/external/chromium_org/net/websockets/
Dwebsocket_stream.cc303 const GURL& socket_url, in CreateAndConnectStream() argument
313 new StreamRequestImpl(socket_url, in CreateAndConnectStream()
324 const GURL& socket_url, in CreateAndConnectStreamForTesting() argument
332 new StreamRequestImpl(socket_url, in CreateAndConnectStreamForTesting()
Dwebsocket_channel.h65 const GURL& socket_url,
103 const GURL& socket_url,
194 const GURL& socket_url,
Dwebsocket_handshake_stream_create_helper_test.cc80 const std::string& socket_url, in CreateAndInitializeStream() argument
106 request_info.url = GURL(socket_url); in CreateAndInitializeStream()
Dwebsocket_channel.cc321 const GURL& socket_url, in SendAddChannelRequest() argument
326 socket_url, in SendAddChannelRequest()
510 const GURL& socket_url, in SendAddChannelRequestForTesting() argument
515 socket_url, requested_subprotocols, origin, creator); in SendAddChannelRequestForTesting()
524 const GURL& socket_url, in SendAddChannelRequestWithSuppliedCreator() argument
529 if (!socket_url.SchemeIsWSOrWSS()) { in SendAddChannelRequestWithSuppliedCreator()
536 socket_url_ = socket_url; in SendAddChannelRequestWithSuppliedCreator()
Dwebsocket_stream_test.cc112 const std::string& socket_url, in CreateAndConnectCustomResponse() argument
122 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass()); in CreateAndConnectCustomResponse()
127 void CreateAndConnectStandard(const std::string& socket_url, in CreateAndConnectStandard() argument
136 socket_url, in CreateAndConnectStandard()
146 const std::string& socket_url, in CreateAndConnectRawExpectations() argument
152 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass()); in CreateAndConnectRawExpectations()
162 void CreateAndConnectStream(const std::string& socket_url, in CreateAndConnectStream() argument
179 GURL(socket_url), in CreateAndConnectStream()
Dwebsocket_stream.h104 const GURL& socket_url,
Dwebsocket_test_util.h49 const GURL& socket_url,
Dwebsocket_channel_test.cc706 const GURL& socket_url, in Create()
712 this->socket_url = socket_url; in Create()
721 GURL socket_url; member
754 connect_data_.socket_url, in CreateChannelAndConnect()
792 ConnectData() : socket_url("ws://ws/"), origin("http://ws") {} in ConnectData()
798 GURL socket_url; member
1020 connect_data_.socket_url = GURL("ws://example.com/test"); in TEST_F()
1030 EXPECT_EQ(connect_data_.socket_url, actual.socket_url); in TEST_F()
1356 connect_data_.socket_url = GURL("http://www.google.com/"); in TEST_F()
3252 connect_data_.socket_url = wss_url; in TEST_F()