OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:OnConnectionClosed
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/net/tools/quic/
quic_server_session.cc
36
void QuicServerSession::
OnConnectionClosed
(QuicErrorCode error,
38
QuicSession::
OnConnectionClosed
(error, from_peer);
39
owner_->
OnConnectionClosed
(connection()->guid(), error);
quic_dispatcher.cc
195
void QuicDispatcher::
OnConnectionClosed
(QuicGuid guid, QuicErrorCode error) {
/external/chromium_org/third_party/libjingle/source/talk/base/
httpserver_unittest.cc
37
&HttpServerMonitor::
OnConnectionClosed
);
52
void
OnConnectionClosed
(HttpServer*, int, StreamInterface* stream) {
httpserver.cc
251
SignalConnectionClosed.connect(this, &HttpListenServer::
OnConnectionClosed
);
297
void HttpListenServer::
OnConnectionClosed
(HttpServer* server,
/external/chromium_org/net/quic/
reliable_quic_stream.cc
80
void ReliableQuicStream::
OnConnectionClosed
(QuicErrorCode error,
quic_client_session.cc
343
void QuicClientSession::
OnConnectionClosed
(QuicErrorCode error,
346
logger_.
OnConnectionClosed
(error, from_peer);
375
QuicSession::
OnConnectionClosed
(error, from_peer);
quic_connection_logger.cc
419
void QuicConnectionLogger::
OnConnectionClosed
(QuicErrorCode error,
quic_session.cc
66
virtual void
OnConnectionClosed
(QuicErrorCode error,
68
session_->
OnConnectionClosed
(error, from_peer);
198
void QuicSession::
OnConnectionClosed
(QuicErrorCode error, bool from_peer) {
207
it->second->
OnConnectionClosed
(error, from_peer);
208
// The stream should call CloseStream as part of
OnConnectionClosed
.
211
<< "Stream failed to close under
OnConnectionClosed
";
/external/chromium_org/remoting/host/
client_session.cc
322
void ClientSession::
OnConnectionClosed
(
345
// longer valid once ConnectionToClient calls
OnConnectionClosed
().
395
// This triggers
OnConnectionClosed
(), and the session may be destroyed
Completed in 290 milliseconds