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

  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portallocatorsessionproxy.h 54 void OnPortDestroyed(PortInterface* port);
111 void OnPortDestroyed(PortInterface* port);
portproxy.h 97 void OnPortDestroyed(PortInterface* port);
portproxy.cc 36 impl_->SignalDestroyed.connect(this, &PortProxy::OnPortDestroyed);
174 void PortProxy::OnPortDestroyed(PortInterface* port) {
portallocatorsessionproxy.cc 91 this, &PortAllocatorSessionMuxer::OnPortDestroyed);
94 void PortAllocatorSessionMuxer::OnPortDestroyed(PortInterface* port) {
p2ptransportchannel.h 211 void OnPortDestroyed(PortInterface* port);
p2ptransportchannel.cc 375 port->SignalDestroyed.connect(this, &P2PTransportChannel::OnPortDestroyed);
    [all...]
session_unittest.cc 633 this, &TestPortAllocatorSession::OnPortDestroyed);
640 void OnPortDestroyed(cricket::PortInterface* port) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/client/
basicportallocator.cc 151 void OnPortDestroyed(PortInterface* port);
509 &BasicPortAllocatorSession::OnPortDestroyed);
641 void BasicPortAllocatorSession::OnPortDestroyed(
902 port->SignalDestroyed.connect(this, &AllocationSequence::OnPortDestroyed);
    [all...]
basicportallocator.h 197 void OnPortDestroyed(PortInterface* port);

Completed in 3258 milliseconds