HomeSort by relevance Sort by last modified time
    Searched refs:offer_tunnel (Results 1 - 4 of 4) sorted by null

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 288 const SecureTunnelContentDescription* offer_tunnel = NULL; local
289 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel))
295 ASSERT(!offer_tunnel->client_pem_certificate.empty());
299 offer_tunnel->description,
300 offer_tunnel->client_pem_certificate,
tunnelsessionclient.cc 288 const TunnelContentDescription* offer_tunnel = NULL; local
289 if (!FindTunnelContent(offer, &content_name, &offer_tunnel))
293 content_name, new TunnelContentDescription(offer_tunnel->description));
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc 292 const SecureTunnelContentDescription* offer_tunnel = NULL; local
293 if (!FindSecureTunnelContent(offer, &content_name, &offer_tunnel))
299 ASSERT(!offer_tunnel->client_pem_certificate.empty());
303 offer_tunnel->description,
304 offer_tunnel->client_pem_certificate,
tunnelsessionclient.cc 306 const TunnelContentDescription* offer_tunnel = NULL; local
307 if (!FindTunnelContent(offer, &content_name, &offer_tunnel))
311 content_name, new TunnelContentDescription(offer_tunnel->description));

Completed in 826 milliseconds