/external/chromium_org/third_party/webrtc/test/channel_transport/ |
D | udp_socket_manager_posix.h | 49 virtual bool RemoveSocket(UdpSocketWrapper* s) OVERRIDE; 69 virtual bool RemoveSocket(UdpSocketWrapper* s);
|
D | udp_socket_manager_posix.cc | 167 bool UdpSocketManagerPosix::RemoveSocket(UdpSocketWrapper* s) in RemoveSocket() function in webrtc::test::UdpSocketManagerPosix 177 retVal = _socketMgr[i]->RemoveSocket(s); in RemoveSocket() 330 bool UdpSocketManagerPosixImpl::RemoveSocket(UdpSocketWrapper* s) in RemoveSocket() function in webrtc::test::UdpSocketManagerPosixImpl
|
D | udp_socket_wrapper_unittest.cc | 46 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
|
D | udp_socket_manager_wrapper.h | 46 virtual bool RemoveSocket(UdpSocketWrapper* s) = 0;
|
D | udp_socket_manager_unittest.cc | 51 EXPECT_EQ(true, mgr->RemoveSocket(socket)); in TEST()
|
D | udp_transport_unittest.cc | 58 MOCK_METHOD1(RemoveSocket, bool(UdpSocketWrapper*));
|
D | udp_socket2_manager_win.h | 131 virtual bool RemoveSocket(UdpSocketWrapper* s) in RemoveSocket() function
|
D | udp_socket_posix.cc | 285 _mgr->RemoveSocket(this); in CleanUp()
|
D | udp_socket2_win.cc | 1345 if(_mgr->RemoveSocket(this)) in RemoveSocketFromManager()
|
/external/chromium_org/extensions/browser/api/cast_channel/ |
D | cast_channel_api.h | 112 void RemoveSocket(int channel_id);
|
D | cast_channel_api.cc | 208 void CastChannelAsyncApiFunction::RemoveSocket(int channel_id) { in RemoveSocket() function in extensions::CastChannelAsyncApiFunction 476 RemoveSocket(channel_id); in OnClose()
|
/external/chromium_org/extensions/browser/api/sockets_tcp/ |
D | sockets_tcp_api.cc | 404 RemoveSocket(params_->socket_id); in Work() 539 RemoveSocket(params_->socket_id); in TlsConnectDone()
|
/external/chromium_org/extensions/browser/api/socket/ |
D | socket_api.cc | 88 void SocketAsyncApiFunction::RemoveSocket(int api_resource_id) { in RemoveSocket() function in extensions::SocketAsyncApiFunction 184 void SocketDestroyFunction::Work() { RemoveSocket(socket_id_); } in Work() 966 RemoveSocket(params_->socket_id); in TlsConnectDone()
|
D | socket_api.h | 118 void RemoveSocket(int api_resource_id);
|
/external/chromium_org/extensions/browser/api/bluetooth_socket/ |
D | bluetooth_socket_api.cc | 173 void BluetoothSocketAsyncApiFunction::RemoveSocket(int api_resource_id) { in RemoveSocket() function in extensions::core_api::BluetoothSocketAsyncApiFunction 585 RemoveSocket(params_->socket_id); in Work()
|
D | bluetooth_socket_api.h | 61 void RemoveSocket(int api_resource_id);
|
/external/chromium_org/extensions/browser/api/sockets_tcp_server/ |
D | sockets_tcp_server_api.cc | 248 RemoveSocket(params_->socket_id); in Work()
|
/external/chromium_org/extensions/browser/api/sockets_udp/ |
D | sockets_udp_api.cc | 309 RemoveSocket(params_->socket_id); in Work()
|