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

  /external/chromium/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 28 // SecureTunnelSessionClient and SecureTunnelSession.
31 // SecureTunnelSession is a TunnelSession that wraps the underlying
45 class SecureTunnelSession; // below
112 // SecureTunnelSession:
115 // A SecureTunnelSession is a TunnelSession that wraps the underlying
118 class SecureTunnelSession : public TunnelSession {
125 SecureTunnelSession(SecureTunnelSessionClient* client, Session* session,
160 DISALLOW_EVIL_CONSTRUCTORS(SecureTunnelSession);
securetunnelsessionclient.cc 28 // SecureTunnelSessionClient and SecureTunnelSession implementation.
129 return new SecureTunnelSession(this, session, stream_thread, role);
304 // SecureTunnelSession
306 SecureTunnelSession::SecureTunnelSession(
313 talk_base::StreamInterface* SecureTunnelSession::MakeSecureStream(
337 talk_base::StreamInterface* SecureTunnelSession::GetStream() {
343 void SecureTunnelSession::OnAccept() {
  /external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.h 28 // SecureTunnelSessionClient and SecureTunnelSession.
31 // SecureTunnelSession is a TunnelSession that wraps the underlying
45 class SecureTunnelSession; // below
112 // SecureTunnelSession:
115 // A SecureTunnelSession is a TunnelSession that wraps the underlying
118 class SecureTunnelSession : public TunnelSession {
125 SecureTunnelSession(SecureTunnelSessionClient* client, Session* session,
160 DISALLOW_EVIL_CONSTRUCTORS(SecureTunnelSession);
securetunnelsessionclient.cc 28 // SecureTunnelSessionClient and SecureTunnelSession implementation.
133 return new SecureTunnelSession(this, session, stream_thread, role);
308 // SecureTunnelSession
310 SecureTunnelSession::SecureTunnelSession(
317 talk_base::StreamInterface* SecureTunnelSession::MakeSecureStream(
341 talk_base::StreamInterface* SecureTunnelSession::GetStream() {
347 void SecureTunnelSession::OnAccept() {

Completed in 205 milliseconds