/external/chromium/third_party/libjingle/source/talk/base/ |
D | asyncudpsocket.cc | 58 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent); in AsyncUDPSocket() 108 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::AsyncUDPSocket
|
D | socketstream.cc | 46 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent); in Attach() 122 void SocketStream::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::SocketStream
|
D | autodetectproxy.cc | 100 socket_->SignalReadEvent.connect(this, &AutoDetectProxy::OnReadEvent); in Next() 147 void AutoDetectProxy::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in talk_base::AutoDetectProxy
|
D | openssladapter.cc | 350 AsyncSocketAdapter::OnReadEvent(this); in ContinueSSL() 551 OpenSSLAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::OpenSSLAdapter 555 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent() 577 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent() 604 AsyncSocketAdapter::OnReadEvent(socket); in OnWriteEvent()
|
D | asyncsocket.cc | 53 &AsyncSocketAdapter::OnReadEvent); in Attach()
|
D | asynctcpsocket.cc | 75 socket_->SignalReadEvent.connect(this, &AsyncTCPSocket::OnReadEvent); in AsyncTCPSocket() 217 void AsyncTCPSocket::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::AsyncTCPSocket
|
D | socketstream.h | 61 void OnReadEvent(AsyncSocket* socket);
|
D | asyncudpsocket.h | 62 void OnReadEvent(AsyncSocket* socket);
|
D | autodetectproxy.h | 77 void OnReadEvent(AsyncSocket * socket);
|
D | schanneladapter.h | 60 virtual void OnReadEvent(AsyncSocket* socket);
|
D | schanneladapter.cc | 647 SChannelAdapter::OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function in talk_base::SChannelAdapter 649 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent() 665 AsyncSocketAdapter::OnReadEvent(this); in OnReadEvent() 715 AsyncSocketAdapter::OnReadEvent(this); in OnMessage()
|
D | asynctcpsocket.h | 67 void OnReadEvent(AsyncSocket* socket);
|
D | openssladapter.h | 61 virtual void OnReadEvent(AsyncSocket* socket);
|
D | asyncsocket.h | 118 virtual void OnReadEvent(AsyncSocket* socket) { in OnReadEvent() function
|
D | socketadapters.h | 64 virtual void OnReadEvent(AsyncSocket * socket);
|
D | socketadapters.cc | 109 void BufferedReadAdapter::OnReadEvent(AsyncSocket * socket) { in OnReadEvent() function in talk_base::BufferedReadAdapter 113 AsyncSocketAdapter::OnReadEvent(socket); in OnReadEvent()
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
D | xmppsocket.cc | 59 cricket_socket_->SignalReadEvent.connect(this, &XmppSocket::OnReadEvent); in XmppSocket() 87 void XmppSocket::OnReadEvent(talk_base::AsyncSocket * socket) { in OnReadEvent() function in XmppSocket
|
D | xmppsocket.h | 64 void OnReadEvent(talk_base::AsyncSocket * socket);
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
D | relayserver.h | 111 void OnReadEvent(talk_base::AsyncSocket* socket);
|
D | relayserver.cc | 151 socket->SignalReadEvent.connect(this, &RelayServer::OnReadEvent); in AddInternalServerSocket() 188 void RelayServer::OnReadEvent(talk_base::AsyncSocket* socket) { in OnReadEvent() function in cricket::RelayServer
|