Searched refs:OnPortDestroyed (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h54 void OnPortDestroyed(PortInterface* port);
111 void OnPortDestroyed(PortInterface* port);
H A Dportproxy.cc36 impl_->SignalDestroyed.connect(this, &PortProxy::OnPortDestroyed);
174 void PortProxy::OnPortDestroyed(PortInterface* port) { function in class:cricket::PortProxy
H A Dportproxy.h97 void OnPortDestroyed(PortInterface* port);
H A Dportallocatorsessionproxy.cc91 this, &PortAllocatorSessionMuxer::OnPortDestroyed);
94 void PortAllocatorSessionMuxer::OnPortDestroyed(PortInterface* port) { function in class:cricket::PortAllocatorSessionMuxer
H A Dp2ptransportchannel.h211 void OnPortDestroyed(PortInterface* port);
H A Dp2ptransportchannel.cc376 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed);
1258 void P2PTransportChannel::OnPortDestroyed(PortInterface* port) { function in class:cricket::P2PTransportChannel
H A Dsession_unittest.cc632 this, &TestPortAllocatorSession::OnPortDestroyed);
639 void OnPortDestroyed(cricket::PortInterface* port) { function in class:TestPortAllocatorSession
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dbasicportallocator.cc151 void OnPortDestroyed(PortInterface* port);
508 &BasicPortAllocatorSession::OnPortDestroyed);
671 void BasicPortAllocatorSession::OnPortDestroyed( function in class:cricket::BasicPortAllocatorSession
941 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed);
1077 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed);
1130 void AllocationSequence::OnPortDestroyed(PortInterface* port) { function in class:cricket::AllocationSequence
H A Dbasicportallocator.h197 void OnPortDestroyed(PortInterface* port);

Completed in 279 milliseconds