/external/chromium_org/net/socket_stream/ |
D | socket_stream_job.cc | 30 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/ |
D | websocket_dispatcher_host_unittest.cc | 128 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()
|
D | websocket_host.cc | 351 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()
|
D | websocket_host.h | 57 void OnAddChannelRequest(const GURL& socket_url,
|
/external/chromium_org/net/websockets/ |
D | websocket_stream.cc | 303 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()
|
D | websocket_channel.h | 65 const GURL& socket_url, 103 const GURL& socket_url, 194 const GURL& socket_url,
|
D | websocket_handshake_stream_create_helper_test.cc | 80 const std::string& socket_url, in CreateAndInitializeStream() argument 106 request_info.url = GURL(socket_url); in CreateAndInitializeStream()
|
D | websocket_channel.cc | 321 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()
|
D | websocket_stream_test.cc | 112 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()
|
D | websocket_stream.h | 104 const GURL& socket_url,
|
D | websocket_test_util.h | 49 const GURL& socket_url,
|
D | websocket_channel_test.cc | 706 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()
|