Home
last modified time | relevance | path

Searched refs:OnRouteChange (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dtransportchannelproxy.cc85 this, &TransportChannelProxy::OnRouteChange); in SetImplementation()
250 void TransportChannelProxy::OnRouteChange(TransportChannel* channel, in OnRouteChange() function in cricket::TransportChannelProxy
Dtransportchannelproxy.h95 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
Ddtlstransportchannel.cc126 &DtlsTransportChannelWrapper::OnRouteChange); in DtlsTransportChannelWrapper()
624 void DtlsTransportChannelWrapper::OnRouteChange( in OnRouteChange() function in cricket::DtlsTransportChannelWrapper
Ddtlstransportchannel.h244 void OnRouteChange(TransportChannel* channel, const Candidate& candidate);
/external/chromium_org/remoting/protocol/
Dlibjingle_transport_factory.cc76 void OnRouteChange(cricket::TransportChannel* channel,
206 this, &LibjingleStreamTransport::OnRouteChange); in DoStart()
282 void LibjingleStreamTransport::OnRouteChange( in OnRouteChange() function in remoting::protocol::__anon85e95c6b0111::LibjingleStreamTransport
Dconnection_to_client.h58 virtual void OnRouteChange(ConnectionToClient* connection,
Dconnection_to_client.cc167 handler_->OnRouteChange(this, channel_name, route); in OnSessionRouteChange()
Dprotocol_mock_objects.h64 MOCK_METHOD3(OnRouteChange, void(ConnectionToClient* connection,
/external/chromium_org/remoting/host/
Dclient_session.h144 virtual void OnRouteChange(
Dclient_session.cc431 void ClientSession::OnRouteChange( in OnRouteChange() function in remoting::ClientSession