OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OnCandidate
(Results
1 - 16
of
16
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
74
virtual void
OnCandidate
(const Candidate& candidate) = 0;
rawtransportchannel.h
87
virtual void
OnCandidate
(const Candidate& candidate);
p2ptransportchannel.h
99
virtual void
OnCandidate
(const Candidate& candidate);
rawtransportchannel.cc
128
void RawTransportChannel::
OnCandidate
(const Candidate& candidate) {
transport.cc
311
iter->second->
OnCandidate
(candidate);
p2ptransportchannel.cc
356
void P2PTransportChannel::
OnCandidate
(const Candidate& candidate) {
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transportchannelimpl.h
93
virtual void
OnCandidate
(const Candidate& candidate) = 0;
rawtransportchannel.h
92
virtual void
OnCandidate
(const Candidate& candidate);
dtlstransportchannel.h
217
virtual void
OnCandidate
(const Candidate& candidate) {
218
channel_->
OnCandidate
(candidate);
rawtransportchannel.cc
136
void RawTransportChannel::
OnCandidate
(const Candidate& candidate) {
p2ptransportchannel.h
91
virtual void
OnCandidate
(const Candidate& candidate);
fakesession.h
200
virtual void
OnCandidate
(const Candidate& candidate) {
p2ptransportchannel_unittest.cc
314
&P2PTransportChannelTestBase::
OnCandidate
);
595
void
OnCandidate
(cricket::TransportChannelImpl* ch,
613
rch->
OnCandidate
(c);
[
all
...]
p2ptransportchannel.cc
613
void P2PTransportChannel::
OnCandidate
(const Candidate& candidate) {
[
all
...]
transport.cc
441
iter->second->
OnCandidate
(candidate);
/external/chromium_org/remoting/protocol/
libjingle_transport_factory.cc
160
channel_->
OnCandidate
(pending_candidates_.front());
253
channel_->
OnCandidate
(candidate);
Completed in 348 milliseconds