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

/external/chromium_org/net/tools/quic/
H A Dquic_client_session.h50 QuicCryptoClientStream crypto_stream_; member in class:net::tools::QuicClientSession
H A Dquic_server_session.h55 const QuicCryptoServerStream* crypto_stream() { return crypto_stream_.get(); }
74 scoped_ptr<QuicCryptoServerStream> crypto_stream_; member in class:net::tools::QuicServerSession
/external/chromium_org/net/quic/
H A Dquic_client_session.h198 scoped_ptr<QuicCryptoClientStream> crypto_stream_; member in class:net::QuicClientSession
H A Dquic_session_test.cc95 crypto_stream_(this) {
99 return &crypto_stream_;
120 TestCryptoStream crypto_stream_; member in class:net::test::__anon9631::TestSession
185 session_.crypto_stream_.OnHandshakeMessage(message);
390 session_.crypto_stream_.OnHandshakeMessage(msg);
/external/chromium_org/net/tools/quic/test_tools/
H A Dquic_test_utils.h108 QuicCryptoStream* crypto_stream_; member in class:net::tools::test::TestSession
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h357 QuicCryptoStream* crypto_stream_; member in class:net::test::TestSession

Completed in 305 milliseconds