OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GetIceProtocolType
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransportchannel.h
101
virtual bool
GetIceProtocolType
(IceProtocolType* type) const { return false; }
dtlstransportchannel.h
199
virtual bool
GetIceProtocolType
(IceProtocolType* type) const {
200
return channel_->
GetIceProtocolType
(type);
fakesession.h
106
virtual bool
GetIceProtocolType
(IceProtocolType* type) const {
p2ptransportchannel.cc
240
bool P2PTransportChannel::
GetIceProtocolType
(IceProtocolType* type) const {
[
all
...]
Completed in 56 milliseconds