HomeSort by relevance Sort by last modified time
    Searched refs:OnConnectionDestroyed (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransportchannel.h 126 void OnConnectionDestroyed(Connection *connection);
p2ptransportchannel.cc 430 this, &P2PTransportChannel::OnConnectionDestroyed);
842 void P2PTransportChannel::OnConnectionDestroyed(Connection *connection) {
    [all...]
port.h 259 void OnConnectionDestroyed(Connection* conn);
port.cc 192 conn->SignalDestroyed.connect(this, &Port::OnConnectionDestroyed);
437 void Port::OnConnectionDestroyed(Connection* conn) {

Completed in 273 milliseconds