/external/chromium_org/device/bluetooth/ |
D | bluetooth_rfcomm_channel_mac.mm | 62 SetSocket(socket); 100 void BluetoothRfcommChannelMac::SetSocket(BluetoothSocketMac* socket) { 101 BluetoothChannelMac::SetSocket(socket);
|
D | bluetooth_l2cap_channel_mac.mm | 70 SetSocket(socket); 105 void BluetoothL2capChannelMac::SetSocket(BluetoothSocketMac* socket) { 106 BluetoothChannelMac::SetSocket(socket);
|
D | bluetooth_channel_mac.h | 29 virtual void SetSocket(BluetoothSocketMac* socket);
|
D | bluetooth_channel_mac.mm | 20 void BluetoothChannelMac::SetSocket(BluetoothSocketMac* socket) {
|
D | bluetooth_l2cap_channel_mac.h | 40 virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE;
|
D | bluetooth_rfcomm_channel_mac.h | 40 virtual void SetSocket(BluetoothSocketMac* socket) OVERRIDE;
|
/external/chromium_org/net/http/ |
D | http_stream_parser_unittest.cc | 239 socket_handle->SetSocket(transport.PassAs<StreamSocket>()); in TEST() 394 socket_handle->SetSocket(transport.PassAs<StreamSocket>()); in TEST() 463 socket_handle->SetSocket(transport.PassAs<StreamSocket>()); in TEST() 533 socket_handle_->SetSocket(transport_.PassAs<StreamSocket>()); in SetupParserAndSendRequest() 837 socket_handle->SetSocket(transport.PassAs<StreamSocket>()); in TEST()
|
D | http_proxy_client_socket_pool.cc | 301 SetSocket(transport_socket_.PassAs<StreamSocket>()); in DoHttpProxyConnectComplete()
|
/external/chromium_org/net/socket_stream/ |
D | socket_stream.cc | 750 connection_->SetSocket( in DoTcpConnect() 989 connection_->SetSocket(s.Pass()); in DoSOCKSConnect() 1020 connection_->SetSocket(socket.Pass()); in DoSecureProxyConnect() 1076 connection_->SetSocket(socket.Pass()); in DoSSLConnect() 1294 connection_->SetSocket(scoped_ptr<StreamSocket>()); in AllowCertErrorForReconnection()
|
/external/chromium_org/net/socket/ |
D | client_socket_handle.cc | 135 void ClientSocketHandle::SetSocket(scoped_ptr<StreamSocket> s) { in SetSocket() function in net::ClientSocketHandle
|
D | client_socket_handle.h | 128 void SetSocket(scoped_ptr<StreamSocket> s);
|
D | transport_client_socket_pool.cc | 306 SetSocket(transport_socket_.Pass()); in DoTransportConnectComplete() 377 SetSocket(fallback_transport_socket_.Pass()); in DoIPv6FallbackTransportConnectComplete()
|
D | ssl_client_socket_openssl_unittest.cc | 117 connection->SetSocket(transport_socket.Pass()); in CreateSSLClientSocket()
|
D | socks_client_socket_pool.cc | 162 SetSocket(socket_.Pass()); in DoSOCKSConnectComplete()
|
D | client_socket_pool_base.cc | 86 void ConnectJob::SetSocket(scoped_ptr<StreamSocket> socket) { in SetSocket() function in net::ConnectJob 121 SetSocket(scoped_ptr<StreamSocket>()); in OnTimeout() 983 handle->SetSocket(socket.Pass()); in HandOutSocket()
|
D | socks5_client_socket_unittest.cc | 106 connection->SetSocket(scoped_ptr<StreamSocket>(tcp_sock_)); in BuildMockSocket()
|
D | socks_client_socket_unittest.cc | 83 connection->SetSocket(scoped_ptr<StreamSocket>(tcp_sock_)); in BuildMockSocket()
|
D | client_socket_pool_base.h | 117 void SetSocket(scoped_ptr<StreamSocket> socket);
|
D | ssl_client_socket_pool.cc | 442 SetSocket(ssl_socket_.PassAs<StreamSocket>()); in DoSSLConnectComplete()
|
D | ssl_server_socket_unittest.cc | 308 client_connection->SetSocket( in Initialize()
|
/external/chromium_org/remoting/protocol/ |
D | ssl_hmac_channel_authenticator.cc | 117 socket_handle->SetSocket(socket.Pass()); in SecureAndAuthenticate()
|
/external/chromium_org/jingle/glue/ |
D | chrome_async_socket.cc | 407 socket_handle->SetSocket(transport_socket_.Pass()); in StartTls()
|
/external/chromium_org/content/browser/renderer_host/p2p/ |
D | socket_host_tcp.cc | 168 socket_handle->SetSocket(socket_.Pass()); in StartTls()
|
/external/chromium_org/content/browser/renderer_host/pepper/ |
D | pepper_tcp_socket.cc | 145 handle->SetSocket(socket_.Pass()); in SSLHandshake()
|
/external/chromium_org/chrome/browser/extensions/api/cast_channel/ |
D | cast_socket.cc | 138 connection->SetSocket(socket.Pass()); in CreateSslSocket()
|