Searched refs:OnRouteChange (Results 1 – 10 of 10) sorted by relevance
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | transportchannelproxy.cc | 85 this, &TransportChannelProxy::OnRouteChange); in SetImplementation() 250 void TransportChannelProxy::OnRouteChange(TransportChannel* channel, in OnRouteChange() function in cricket::TransportChannelProxy
|
D | transportchannelproxy.h | 95 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
|
D | dtlstransportchannel.cc | 126 &DtlsTransportChannelWrapper::OnRouteChange); in DtlsTransportChannelWrapper() 624 void DtlsTransportChannelWrapper::OnRouteChange( in OnRouteChange() function in cricket::DtlsTransportChannelWrapper
|
D | dtlstransportchannel.h | 244 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
|
/external/chromium_org/remoting/protocol/ |
D | libjingle_transport_factory.cc | 76 void OnRouteChange(cricket::TransportChannel* channel, 206 this, &LibjingleStreamTransport::OnRouteChange); in DoStart() 282 void LibjingleStreamTransport::OnRouteChange( in OnRouteChange() function in remoting::protocol::__anon85e95c6b0111::LibjingleStreamTransport
|
D | connection_to_client.h | 58 virtual void OnRouteChange(ConnectionToClient* connection,
|
D | connection_to_client.cc | 167 handler_->OnRouteChange(this, channel_name, route); in OnSessionRouteChange()
|
D | protocol_mock_objects.h | 64 MOCK_METHOD3(OnRouteChange, void(ConnectionToClient* connection,
|
/external/chromium_org/remoting/host/ |
D | client_session.h | 144 virtual void OnRouteChange(
|
D | client_session.cc | 431 void ClientSession::OnRouteChange( in OnRouteChange() function in remoting::ClientSession
|