Searched refs:OnCandidatesReady (Results 1 – 8 of 8) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | portallocatorsessionproxy.cc | 155 proxy->OnCandidatesReady(session_.get(), port->Candidates()); in SendAllocatedPorts_w() 174 this, &PortAllocatorSessionProxy::OnCandidatesReady); in set_impl() 216 void PortAllocatorSessionProxy::OnCandidatesReady( in OnCandidatesReady() function in cricket::PortAllocatorSessionProxy
|
D | portallocatorsessionproxy_unittest.cc | 58 this, &TestSessionChannel::OnCandidatesReady); in TestSessionChannel() 65 void OnCandidatesReady(PortAllocatorSession* session, in OnCandidatesReady() function in TestSessionChannel
|
D | rawtransportchannel.cc | 117 this, &RawTransportChannel::OnCandidatesReady); in Connect() 177 void RawTransportChannel::OnCandidatesReady( in OnCandidatesReady() function in cricket::RawTransportChannel
|
D | portallocatorsessionproxy.h | 109 void OnCandidatesReady(PortAllocatorSession* session,
|
D | rawtransportchannel.h | 182 void OnCandidatesReady(PortAllocatorSession *session,
|
D | p2ptransportchannel.h | 202 void OnCandidatesReady(PortAllocatorSession *session,
|
D | p2ptransportchannel.cc | 197 this, &P2PTransportChannel::OnCandidatesReady); in AddAllocatorSession() 393 void P2PTransportChannel::OnCandidatesReady( in OnCandidatesReady() function in cricket::P2PTransportChannel
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/client/ |
D | portallocator_unittest.cc | 197 &PortAllocatorTest::OnCandidatesReady); in CreateSession() 254 void OnCandidatesReady(cricket::PortAllocatorSession* ses, in OnCandidatesReady() function in PortAllocatorTest
|