OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnRouteChange
(Results
1 - 12
of
12
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h
71
void
OnRouteChange
(TransportChannel* channel, const talk_base::SocketAddress& address);
transportchannelproxy.cc
52
impl_->SignalRouteChange.connect(this, &TransportChannelProxy::
OnRouteChange
);
101
void TransportChannelProxy::
OnRouteChange
(TransportChannel* channel,
/external/chromium_org/remoting/protocol/
connection_to_client.h
59
virtual void
OnRouteChange
(ConnectionToClient* connection,
libjingle_transport_factory.cc
77
void
OnRouteChange
(cricket::TransportChannel* channel,
204
this, &LibjingleStreamTransport::
OnRouteChange
);
282
void LibjingleStreamTransport::
OnRouteChange
(
connection_to_client.cc
165
handler_->
OnRouteChange
(this, channel_name, route);
protocol_mock_objects.h
62
MOCK_METHOD3(
OnRouteChange
, void(ConnectionToClient* connection,
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelproxy.h
95
void
OnRouteChange
(TransportChannel* channel, const Candidate& candidate);
transportchannelproxy.cc
86
this, &TransportChannelProxy::
OnRouteChange
);
251
void TransportChannelProxy::
OnRouteChange
(TransportChannel* channel,
dtlstransportchannel.cc
126
&DtlsTransportChannelWrapper::
OnRouteChange
);
618
void DtlsTransportChannelWrapper::
OnRouteChange
(
dtlstransportchannel.h
238
void
OnRouteChange
(TransportChannel* channel, const Candidate& candidate);
/external/chromium_org/remoting/host/
client_session.h
125
virtual void
OnRouteChange
(
client_session.cc
376
void ClientSession::
OnRouteChange
(
Completed in 1641 milliseconds