Searched defs:GetSocket (Results 1 - 6 of 6) sorted by last modified time

/external/chromium_org/third_party/webrtc/base/
H A Dsocketstream.h30 AsyncSocket* GetSocket() { return socket_; } function in class:rtc::SocketStream
/external/chromium_org/net/quic/
H A Dquic_client_session_test.cc46 session_(connection_, GetSocket().Pass(), NULL,
62 scoped_ptr<DatagramClientSocket> GetSocket() { function in class:net::test::__anon9449::QuicClientSessionTest
/external/chromium_org/net/websockets/
H A Dwebsocket_job_test.cc499 SocketStream* GetSocket(SocketStreamJob* job) { function in class:net::WebSocketJobTest
855 EXPECT_TRUE(GetSocket(job.get())->is_secure());
862 EXPECT_FALSE(GetSocket(job.get())->is_secure());
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_api.cc168 BluetoothApiSocket* BluetoothSocketAsyncApiFunction::GetSocket( function in class:extensions::core_api::BluetoothSocketAsyncApiFunction
221 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
245 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
283 BluetoothApiSocket* socket = GetSocket(socket_id());
324 BluetoothApiSocket* api_socket = GetSocket(socket_id());
463 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
501 BluetoothApiSocket* api_socket = GetSocket(params_->socket_id);
551 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
579 BluetoothApiSocket* socket = GetSocket(params_->socket_id);
606 BluetoothApiSocket* socket = GetSocket(params
[all...]
/external/chromium_org/extensions/browser/api/cast_channel/
H A Dcast_channel_api.cc190 CastSocket* socket = GetSocket(channel_id);
236 CastSocket* CastChannelAsyncApiFunction::GetSocket(int channel_id) { function in class:extensions::CastChannelAsyncApiFunction
371 CastSocket* new_socket = GetSocket(new_channel_id_);
379 CastSocket* socket = GetSocket(new_channel_id_);
420 CastSocket* socket = GetSocket(params_->channel.channel_id);
434 CastSocket* socket = GetSocket(channel_id);
455 CastSocket* socket = GetSocket(params_->channel.channel_id);
469 CastSocket* socket = GetSocket(channel_id);
/external/chromium_org/extensions/browser/api/socket/
H A Dsocket_api.cc75 Socket* SocketAsyncApiFunction::GetSocket(int api_resource_id) { function in class:extensions::SocketAsyncApiFunction
199 socket_ = GetSocket(socket_id_);
261 Socket* socket = GetSocket(socket_id_);
278 Socket* socket = GetSocket(socket_id_);
318 Socket* socket = GetSocket(params_->socket_id);
352 Socket* socket = GetSocket(params_->socket_id);
385 Socket* socket = GetSocket(params_->socket_id);
428 Socket* socket = GetSocket(socket_id_);
460 Socket* socket = GetSocket(params_->socket_id);
513 socket_ = GetSocket(socket_id
[all...]

Completed in 7869 milliseconds