OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oncloseevent
(Results
1 - 18
of
18
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
socketstream.cc
48
socket_->SignalCloseEvent.connect(this, &SocketStream::
OnCloseEvent
);
132
void SocketStream::
OnCloseEvent
(AsyncSocket* socket, int err) {
asyncsocket.cc
57
&AsyncSocketAdapter::
OnCloseEvent
);
socketstream.h
63
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) {
asynctcpsocket.h
69
void
OnCloseEvent
(AsyncSocket* socket, int error);
autodetectproxy.h
78
void
OnCloseEvent
(AsyncSocket * socket, int error);
openssladapter.h
63
virtual void
OnCloseEvent
(AsyncSocket* socket, int err);
schanneladapter.h
62
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) {
socketadapters.cc
311
void AsyncHttpsProxySocket::
OnCloseEvent
(AsyncSocket * socket, int err) {
312
LOG(LS_VERBOSE) << "AsyncHttpsProxySocket::
OnCloseEvent
(" << err << ")";
317
BufferedReadAdapter::
OnCloseEvent
(socket, err);
505
OnCloseEvent
(this, 0);
901
void LoggingSocketAdapter::
OnCloseEvent
(AsyncSocket * socket, int err) {
905
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
openssladapter.cc
380
AsyncSocketAdapter::
OnCloseEvent
(this, err);
546
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
612
OpenSSLAdapter::
OnCloseEvent
(AsyncSocket* socket, int err) {
613
LOG(LS_INFO) << "OpenSSLAdapter::
OnCloseEvent
(" << err << ")";
614
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
schanneladapter.cc
427
AsyncSocketAdapter::
OnCloseEvent
(this, err);
697
SChannelAdapter::
OnCloseEvent
(AsyncSocket* socket, int err) {
699
AsyncSocketAdapter::
OnCloseEvent
(socket, err);
718
AsyncSocketAdapter::
OnCloseEvent
(this, 0); // TODO: cache this 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/webkit/Source/WebKit2/UIProcess/win/
WebInspectorProxyWin.cpp
106
lResult =
onCloseEvent
(hWnd, message, wParam, lParam, handled);
145
LRESULT WebInspectorProxy::
onCloseEvent
(HWND, UINT, WPARAM, LPARAM, bool&)
/external/webkit/Source/WebKit2/UIProcess/
WebInspectorProxy.h
127
LRESULT
onCloseEvent
(HWND hWnd, UINT message, WPARAM, LPARAM, bool& handled);
Completed in 196 milliseconds