OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IceProtocolType
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
portproxy.h
51
virtual void SetIceProtocolType(
IceProtocolType
protocol);
52
virtual
IceProtocolType
IceProtocol() const;
portinterface.h
64
virtual void SetIceProtocolType(
IceProtocolType
protocol) = 0;
65
virtual
IceProtocolType
IceProtocol() const = 0;
transportchannelimpl.h
57
virtual void SetIceProtocolType(
IceProtocolType
type) = 0;
portproxy.cc
50
void PortProxy::SetIceProtocolType(
IceProtocolType
protocol) {
55
IceProtocolType
PortProxy::IceProtocol() const {
rawtransportchannel.h
100
virtual void SetIceProtocolType(
IceProtocolType
type) {}
p2ptransportchannel.h
82
virtual void SetIceProtocolType(
IceProtocolType
type);
245
IceProtocolType
protocol_type_;
port.h
136
virtual void SetIceProtocolType(
IceProtocolType
protocol) {
139
virtual
IceProtocolType
IceProtocol() const { return ice_protocol_; }
384
IceProtocolType
ice_protocol_;
transportdescription.h
63
typedef TransportProtocol
IceProtocolType
;
fakesession.h
104
virtual void SetIceProtocolType(
IceProtocolType
type) { ice_proto_ = type; }
304
IceProtocolType
ice_proto_;
dtlstransportchannel.h
196
virtual void SetIceProtocolType(
IceProtocolType
type) {
p2ptransportchannel_unittest.cc
224
void SetIceProtocolType(cricket::
IceProtocolType
type) {
227
cricket::
IceProtocolType
protocol_type() { return protocol_type_; }
247
cricket::
IceProtocolType
protocol_type_;
395
void SetIceProtocol(int endpoint, cricket::
IceProtocolType
type) {
[
all
...]
p2ptransportchannel.cc
240
void P2PTransportChannel::SetIceProtocolType(
IceProtocolType
type) {
[
all
...]
port_unittest.cc
522
void SetIceProtocolType(cricket::
IceProtocolType
protocol) {
550
cricket::
IceProtocolType
type,
587
cricket::
IceProtocolType
ice_protocol_;
[
all
...]
Completed in 155 milliseconds