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

/external/chromium/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.cc57 // SecureTunnelContentDescription
62 struct SecureTunnelContentDescription : public ContentDescription { struct in namespace:cricket
67 SecureTunnelContentDescription(const std::string& desc, function in struct:cricket::SecureTunnelContentDescription
134 const SecureTunnelContentDescription** content) {
140 *content = static_cast<const SecureTunnelContentDescription*>(
148 const SecureTunnelContentDescription* content = NULL;
170 // containing the initiator's SecureTunnelContentDescription,
234 *content = new SecureTunnelContentDescription(
244 const SecureTunnelContentDescription* content =
245 static_cast<const SecureTunnelContentDescription*>(untyped_conten
[all...]

Completed in 45 milliseconds