Searched refs:SignalRouteChange (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transportchannelproxy.cc | 84 impl_->SignalRouteChange.connect( in SetImplementation() 254 SignalRouteChange(this, candidate); in OnRouteChange()
|
D | transportchannel.h | 132 sigslot::signal2<TransportChannel*, const Candidate&> SignalRouteChange; variable
|
D | dtlstransportchannel.cc | 125 channel_->SignalRouteChange.connect(this, in DtlsTransportChannelWrapper() 627 SignalRouteChange(this, candidate); in OnRouteChange()
|
D | rawtransportchannel.cc | 253 SignalRouteChange(this, remote_candidate); in SetWritable()
|
D | transport.h | 322 const Candidate&> SignalRouteChange; variable
|
D | transport.cc | 243 impl->SignalRouteChange.connect(this, &Transport::OnChannelRouteChange); in CreateChannel_w() 618 SignalRouteChange(this, remote_candidate.component(), remote_candidate); in OnChannelRouteChange_s()
|
D | p2ptransportchannel.cc | 1017 SignalRouteChange(this, best_connection_->remote_candidate()); in SwitchBestConnectionTo()
|
D | session.cc | 542 transport->SignalRouteChange.connect( in GetOrCreateTransportProxy()
|
/external/chromium_org/remoting/protocol/ |
D | libjingle_transport_factory.cc | 205 channel_->SignalRouteChange.connect( in DoStart()
|
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/ |
D | pseudotcpchannel.cc | 145 channel_->SignalRouteChange.connect(this, in Connect()
|