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

1 2

  /external/chromium_org/third_party/libjingle/source/talk/base/
asyncsocket.cc 53 &AsyncSocketAdapter::OnReadEvent);
socketstream.h 61 void OnReadEvent(AsyncSocket* socket);
asyncudpsocket.h 69 void OnReadEvent(AsyncSocket* socket);
schanneladapter.h 60 virtual void OnReadEvent(AsyncSocket* socket);
asyncudpsocket.cc 62 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
113 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) {
socketstream.cc 46 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent);
122 void SocketStream::OnReadEvent(AsyncSocket* socket) {
autodetectproxy.h 89 void OnReadEvent(AsyncSocket * socket);
openssladapter.h 61 virtual void OnReadEvent(AsyncSocket* socket);
asynctcpsocket.h 83 void OnReadEvent(AsyncSocket* socket);
httpserver.h 143 void OnReadEvent(AsyncSocket* socket);
testutils.h 94 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent);
126 void OnReadEvent(AsyncSocket* socket) {
348 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent);
374 void OnReadEvent(AsyncSocket* socket) {
404 socket_->SignalReadEvent.connect(this, &SocketTestServer::OnReadEvent);
424 void OnReadEvent(AsyncSocket* socket) {
asyncsocket.h 126 virtual void OnReadEvent(AsyncSocket* socket) {
  /external/chromium_org/third_party/webrtc/base/
asyncsocket.cc 36 &AsyncSocketAdapter::OnReadEvent);
socketstream.h 44 void OnReadEvent(AsyncSocket* socket);
asyncudpsocket.h 52 void OnReadEvent(AsyncSocket* socket);
schanneladapter.h 43 virtual void OnReadEvent(AsyncSocket* socket);
asyncudpsocket.cc 45 socket_->SignalReadEvent.connect(this, &AsyncUDPSocket::OnReadEvent);
96 void AsyncUDPSocket::OnReadEvent(AsyncSocket* socket) {
socketstream.cc 29 socket_->SignalReadEvent.connect(this, &SocketStream::OnReadEvent);
105 void SocketStream::OnReadEvent(AsyncSocket* socket) {
autodetectproxy.h 72 void OnReadEvent(AsyncSocket * socket);
openssladapter.h 44 virtual void OnReadEvent(AsyncSocket* socket);
asynctcpsocket.h 66 void OnReadEvent(AsyncSocket* socket);
httpserver.h 126 void OnReadEvent(AsyncSocket* socket);
testutils.h 77 socket->SignalReadEvent.connect(this, &StreamSink::OnReadEvent);
109 void OnReadEvent(AsyncSocket* socket) {
331 socket_->SignalReadEvent.connect(this, &SocketTestClient::OnReadEvent);
357 void OnReadEvent(AsyncSocket* socket) {
387 socket_->SignalReadEvent.connect(this, &SocketTestServer::OnReadEvent);
407 void OnReadEvent(AsyncSocket* socket) {
asyncsocket.h 109 virtual void OnReadEvent(AsyncSocket* socket) {
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmppsocket.h 69 void OnReadEvent(talk_base::AsyncSocket * socket);

Completed in 975 milliseconds

1 2