/external/chromium/third_party/libjingle/source/talk/base/ |
asyncsocket.cc | 57 &AsyncSocketAdapter::OnCloseEvent);
|
socketstream.h | 63 void OnCloseEvent(AsyncSocket* socket, int err);
|
autodetectproxy.h | 78 void OnCloseEvent(AsyncSocket * socket, int error);
|
schanneladapter.h | 62 virtual void OnCloseEvent(AsyncSocket* socket, int err);
|
autodetectproxy.cc | 76 OnCloseEvent(socket_, ETIMEDOUT); 101 socket_->SignalCloseEvent.connect(this, &AutoDetectProxy::OnCloseEvent); 181 void AutoDetectProxy::OnCloseEvent(AsyncSocket * socket, int error) {
|
socketstream.cc | 48 socket_->SignalCloseEvent.connect(this, &SocketStream::OnCloseEvent); 132 void SocketStream::OnCloseEvent(AsyncSocket* socket, int err) {
|
asynctcpsocket.h | 69 void OnCloseEvent(AsyncSocket* socket, int error);
|
openssladapter.h | 63 virtual void OnCloseEvent(AsyncSocket* socket, int err);
|
socketadapters.h | 134 virtual void OnCloseEvent(AsyncSocket* socket, int err); 247 virtual void OnCloseEvent(AsyncSocket * socket, int err);
|
asyncsocket.h | 124 virtual void OnCloseEvent(AsyncSocket* socket, int err) {
|
asynctcpsocket.cc | 77 socket_->SignalCloseEvent.connect(this, &AsyncTCPSocket::OnCloseEvent); 264 void AsyncTCPSocket::OnCloseEvent(AsyncSocket* socket, int error) {
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
asyncsocket.cc | 57 &AsyncSocketAdapter::OnCloseEvent);
|
socketstream.h | 63 void OnCloseEvent(AsyncSocket* socket, int err);
|
schanneladapter.h | 62 virtual void OnCloseEvent(AsyncSocket* socket, int err);
|
socketstream.cc | 48 socket_->SignalCloseEvent.connect(this, &SocketStream::OnCloseEvent); 132 void SocketStream::OnCloseEvent(AsyncSocket* socket, int err) {
|
autodetectproxy.h | 90 void OnCloseEvent(AsyncSocket * socket, int error);
|
openssladapter.h | 63 virtual void OnCloseEvent(AsyncSocket* socket, int err);
|
socketadapters.h | 134 virtual void OnCloseEvent(AsyncSocket* socket, int err); 247 virtual void OnCloseEvent(AsyncSocket * socket, int err);
|
asynctcpsocket.h | 84 void OnCloseEvent(AsyncSocket* socket, int error);
|
autodetectproxy.cc | 89 OnCloseEvent(socket_, ETIMEDOUT); 211 socket_->SignalCloseEvent.connect(this, &AutoDetectProxy::OnCloseEvent); 293 void AutoDetectProxy::OnCloseEvent(AsyncSocket * socket, int error) {
|
asyncsocket.h | 132 virtual void OnCloseEvent(AsyncSocket* socket, int err) {
|
asynctcpsocket.cc | 84 socket_->SignalCloseEvent.connect(this, &AsyncTCPSocketBase::OnCloseEvent); 246 void AsyncTCPSocketBase::OnCloseEvent(AsyncSocket* socket, int error) {
|
/external/chromium/third_party/libjingle/source/talk/examples/login/ |
xmppsocket.h | 67 void OnCloseEvent(talk_base::AsyncSocket * socket, int error);
|
xmppsocket.cc | 63 cricket_socket_->SignalCloseEvent.connect(this, &XmppSocket::OnCloseEvent); 118 void XmppSocket::OnCloseEvent(talk_base::AsyncSocket * socket, int error) {
|
/external/chromium_org/third_party/libjingle/source/talk/xmpp/ |
xmppsocket.h | 72 void OnCloseEvent(talk_base::AsyncSocket * socket, int error);
|