Searched refs:OnCandidatesAllocationDone (Results 1 - 12 of 12) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dportallocatorsessionproxy.h55 void OnCandidatesAllocationDone(PortAllocatorSession* session);
112 void OnCandidatesAllocationDone(PortAllocatorSession* session);
H A Dportallocatorsessionproxy.cc51 this, &PortAllocatorSessionMuxer::OnCandidatesAllocationDone);
81 void PortAllocatorSessionMuxer::OnCandidatesAllocationDone( function in class:cricket::PortAllocatorSessionMuxer
139 proxy->OnCandidatesAllocationDone(session_.get());
178 this, &PortAllocatorSessionProxy::OnCandidatesAllocationDone);
233 void PortAllocatorSessionProxy::OnCandidatesAllocationDone( function in class:cricket::PortAllocatorSessionProxy
H A Dportallocatorsessionproxy_unittest.cc56 this, &TestSessionChannel::OnCandidatesAllocationDone);
70 void OnCandidatesAllocationDone(PortAllocatorSession* session) { function in class:TestSessionChannel
H A Ddtlstransportchannel.cc122 &DtlsTransportChannelWrapper::OnCandidatesAllocationDone);
617 void DtlsTransportChannelWrapper::OnCandidatesAllocationDone( function in class:cricket::DtlsTransportChannelWrapper
H A Ddtlstransportchannel.h242 void OnCandidatesAllocationDone(TransportChannelImpl* channel);
H A Dp2ptransportchannel.h204 void OnCandidatesAllocationDone(PortAllocatorSession* session);
H A Dp2ptransportchannel.cc199 this, &P2PTransportChannel::OnCandidatesAllocationDone);
401 void P2PTransportChannel::OnCandidatesAllocationDone( function in class:cricket::P2PTransportChannel
H A Dsession.h459 virtual void OnCandidatesAllocationDone() { function in class:cricket::BaseSession
H A Dsession.cc822 OnCandidatesAllocationDone();
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
H A Dwebrtcsession.h253 virtual void OnCandidatesAllocationDone();
H A Dwebrtcsession.cc1316 void WebRtcSession::OnCandidatesAllocationDone() { function in class:webrtc::WebRtcSession
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/
H A Dportallocator_unittest.cc199 &PortAllocatorTest::OnCandidatesAllocationDone);
217 void OnCandidatesAllocationDone(cricket::PortAllocatorSession* session) { function in class:PortAllocatorTest
442 // Test that we can get OnCandidatesAllocationDone callback when all the ports

Completed in 1818 milliseconds