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

/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
H A Dsecuretunnelsessionclient.cc58 // SecureTunnelContentDescription
63 struct SecureTunnelContentDescription : public ContentDescription { struct in namespace:cricket
68 SecureTunnelContentDescription(const std::string& desc, function in struct:cricket::SecureTunnelContentDescription
76 return new SecureTunnelContentDescription(*this);
138 const SecureTunnelContentDescription** content) {
144 *content = static_cast<const SecureTunnelContentDescription*>(
152 const SecureTunnelContentDescription* content = NULL;
174 // containing the initiator's SecureTunnelContentDescription,
238 *content = new SecureTunnelContentDescription(
248 const SecureTunnelContentDescription* conten
[all...]

Completed in 59 milliseconds