OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IceProtocol
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
52
virtual IceProtocolType
IceProtocol
() const;
portproxy.cc
55
IceProtocolType PortProxy::
IceProtocol
() const {
57
return impl_->
IceProtocol
();
portinterface.h
65
virtual IceProtocolType
IceProtocol
() const = 0;
port.h
139
virtual IceProtocolType
IceProtocol
() const { return ice_protocol_; }
p2ptransportchannel.cc
108
ASSERT(a->port()->
IceProtocol
() == b->port()->
IceProtocol
());
[
all
...]
p2ptransportchannel_unittest.cc
[
all
...]
port.cc
[
all
...]
port_unittest.cc
289
if (src_->
IceProtocol
() == cricket::ICEPROTO_RFC5245) {
[
all
...]
Completed in 35 milliseconds