Searched refs:OnConnectionDestroyed (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/sync/engine/net/
H A Dserver_connection_manager.cc123 manager_->OnConnectionDestroyed(connection_.get());
217 void ServerConnectionManager::OnConnectionDestroyed(Connection* connection) { function in class:syncer::ServerConnectionManager
H A Dserver_connection_manager.h268 void OnConnectionDestroyed(Connection* connection);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dp2ptransportchannel.h218 void OnConnectionDestroyed(Connection *connection);
H A Dturnport.h218 void OnConnectionDestroyed(Connection* conn);
H A Dport.h357 void OnConnectionDestroyed(Connection* conn);
H A Dp2ptransportchannel.cc213 this, &P2PTransportChannel::OnConnectionDestroyed);
1224 void P2PTransportChannel::OnConnectionDestroyed(Connection* connection) { function in class:cricket::P2PTransportChannel
H A Dturnport.cc394 conn->SignalDestroyed.connect(this, &TurnPort::OnConnectionDestroyed);
816 void TurnPort::OnConnectionDestroyed(Connection* conn) { function in class:cricket::TurnPort
H A Dport.cc293 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed);
726 void Port::OnConnectionDestroyed(Connection* conn) { function in class:cricket::Port

Completed in 1709 milliseconds