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

/external/chromium_org/net/quic/
H A Dquic_session_test.cc50 class TestCryptoStream : public QuicCryptoStream { class in namespace:net::test::__anon9488
52 explicit TestCryptoStream(QuicSession* session) function in class:net::test::__anon9488::TestCryptoStream
134 virtual TestCryptoStream* GetCryptoStream() OVERRIDE {
183 StrictMock<TestCryptoStream> crypto_stream_;
498 TestCryptoStream* crypto_stream = session_.GetCryptoStream();
553 TestCryptoStream* crypto_stream = session_.GetCryptoStream();
671 TestCryptoStream* crypto_stream = session_.GetCryptoStream();
709 TestCryptoStream* crypto_stream = session_.GetCryptoStream();

Completed in 985 milliseconds