HomeSort by relevance Sort by last modified time
    Searched refs:OnReadEvent (Results 1 - 20 of 20) sorted by null

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

Completed in 251 milliseconds