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

/external/chromium_org/net/socket_stream/
H A Dsocket_stream_job.cc30 GURL socket_url(url);
36 socket_url = url.ReplaceComponents(replacements);
39 socket_url, delegate, context, cookie_store);
/external/chromium_org/content/browser/renderer_host/
H A Dwebsocket_dispatcher_host_unittest.cc128 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);
H A Dwebsocket_host.h57 void OnAddChannelRequest(const GURL& socket_url,
H A Dwebsocket_host.cc351 const GURL& socket_url,
356 << " routing_id=" << routing_id_ << " socket_url=\"" << socket_url
366 channel_->SendAddChannelRequest(socket_url, requested_protocols, origin);
350 OnAddChannelRequest( const GURL& socket_url, const std::vector<std::string>& requested_protocols, const url::Origin& origin, int render_frame_id) argument
/external/chromium_org/net/websockets/
H A Dwebsocket_stream.cc303 const GURL& socket_url,
313 new StreamRequestImpl(socket_url,
324 const GURL& socket_url,
332 new StreamRequestImpl(socket_url,
302 CreateAndConnectStream( const GURL& socket_url, const std::vector<std::string>& requested_subprotocols, const url::Origin& origin, URLRequestContext* url_request_context, const BoundNetLog& net_log, scoped_ptr<ConnectDelegate> connect_delegate) argument
323 CreateAndConnectStreamForTesting( const GURL& socket_url, scoped_ptr<WebSocketHandshakeStreamCreateHelper> create_helper, const url::Origin& origin, URLRequestContext* url_request_context, const BoundNetLog& net_log, scoped_ptr<WebSocketStream::ConnectDelegate> connect_delegate, scoped_ptr<base::Timer> timer) argument
H A Dwebsocket_stream.h104 const GURL& socket_url,
H A Dwebsocket_handshake_stream_create_helper_test.cc80 const std::string& socket_url,
106 request_info.url = GURL(socket_url);
79 CreateAndInitializeStream( const std::string& socket_url, const std::string& socket_path, const std::vector<std::string>& sub_protocols, const std::string& origin, const std::string& extra_request_headers, const std::string& extra_response_headers) argument
H A Dwebsocket_test_util.h49 const GURL& socket_url,
H A Dwebsocket_channel.h65 const GURL& socket_url,
103 const GURL& socket_url,
194 const GURL& socket_url,
H A Dwebsocket_stream_test.cc112 const std::string& socket_url,
122 CreateAndConnectStream(socket_url, sub_protocols, origin, timer.Pass());
127 void CreateAndConnectStandard(const std::string& socket_url, argument
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, argument
179 GURL(socket_url),
111 CreateAndConnectCustomResponse( const std::string& socket_url, const std::string& socket_path, const std::vector<std::string>& sub_protocols, const std::string& origin, const std::string& extra_request_headers, const std::string& response_body, scoped_ptr<base::Timer> timer = scoped_ptr<base::Timer>()) argument
145 CreateAndConnectRawExpectations( const std::string& socket_url, const std::vector<std::string>& sub_protocols, const std::string& origin, scoped_ptr<DeterministicSocketData> socket_data, scoped_ptr<base::Timer> timer = scoped_ptr<base::Timer>()) argument
H A Dwebsocket_channel.cc321 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;
320 SendAddChannelRequest( const GURL& socket_url, const std::vector<std::string>& requested_subprotocols, const url::Origin& origin) argument
509 SendAddChannelRequestForTesting( const GURL& socket_url, const std::vector<std::string>& requested_subprotocols, const url::Origin& origin, const WebSocketStreamCreator& creator) argument
523 SendAddChannelRequestWithSuppliedCreator( const GURL& socket_url, const std::vector<std::string>& requested_subprotocols, const url::Origin& origin, const WebSocketStreamCreator& creator) argument
H A Dwebsocket_channel_test.cc706 const GURL& socket_url,
712 this->socket_url = socket_url;
721 GURL socket_url; member in struct:net::__anon9820::ArgumentCopyingWebSocketStreamCreator
754 connect_data_.socket_url,
792 ConnectData() : socket_url("ws://ws/"), origin("http://ws") {}
798 GURL socket_url; member in struct:net::__anon9820::WebSocketChannelTest::ConnectData
1020 connect_data_.socket_url = GURL("ws://example.com/test");
1030 EXPECT_EQ(connect_data_.socket_url, actual.socket_url);
705 Create( const GURL& socket_url, const std::vector<std::string>& requested_subprotocols, const url::Origin& origin, URLRequestContext* url_request_context, const BoundNetLog& net_log, scoped_ptr<WebSocketStream::ConnectDelegate> connect_delegate) argument
[all...]

Completed in 162 milliseconds