Home
last modified time | relevance | path

Searched defs:ChannelParams (Results 1 – 1 of 1) sorted by relevance

/external/chromium/third_party/libjingle/source/talk/p2p/base/
Dtransport.cc42 struct ChannelParams { struct
43 ChannelParams() : channel(NULL), candidate(NULL) {} in ChannelParams() function
44 explicit ChannelParams(const std::string& name) in ChannelParams() function
46 ChannelParams(const std::string& name, in ChannelParams() argument
50 explicit ChannelParams(cricket::Candidate* candidate) : in ChannelParams() function
55 ~ChannelParams() { in ~ChannelParams()
59 std::string name;
60 std::string content_type;
61 cricket::TransportChannelImpl* channel;
62 cricket::Candidate* candidate;