Searched defs:TransportInfo (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransportinfo.h41 // A TransportInfo is NOT a transport-info message. It is comparable
44 struct TransportInfo { struct in namespace:cricket
45 TransportInfo() {} function in struct:cricket::TransportInfo
47 TransportInfo(const std::string& content_name, function in struct:cricket::TransportInfo
56 typedef std::vector<TransportInfo> TransportInfos;
/external/chromium/third_party/libjingle/source/talk/p2p/base/
H A Dsessionmessages.h102 // A TransportInfo is NOT a transport-info message. It is comparable
105 struct TransportInfo { struct in namespace:cricket
106 TransportInfo() {} function in struct:cricket::TransportInfo
108 TransportInfo(const std::string& content_name, function in struct:cricket::TransportInfo
120 typedef std::vector<TransportInfo> TransportInfos;
248 // Since a TransportInfo is not a transport-info message, and a

Completed in 264 milliseconds