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

/external/chromium_org/net/quic/
H A Dquic_server_session.h63 const QuicCryptoServerStream* crypto_stream() const { function in class:net::QuicServerSession
H A Dquic_session_test.cc498 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); local
499 EXPECT_CALL(*crypto_stream, OnCanWrite());
553 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); local
554 EXPECT_CALL(*crypto_stream, OnCanWrite()).Times(1);
671 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); local
672 EXPECT_FALSE(crypto_stream->flow_controller()->IsBlocked());
678 while (!crypto_stream->flow_controller()->IsBlocked() && i < 1000) {
682 crypto_stream->SendHandshakeMessage(crypto_message);
685 EXPECT_TRUE(crypto_stream->flow_controller()->IsBlocked());
688 EXPECT_TRUE(crypto_stream
709 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); local
[all...]
/external/chromium_org/net/tools/quic/
H A Dquic_server_session.h64 const QuicCryptoServerStream* crypto_stream() const { function in class:net::tools::QuicServerSession
H A Dquic_server_session_test.cc57 QuicCryptoServerStream* crypto_stream) {
58 s->crypto_stream_.reset(crypto_stream);
309 MockQuicCryptoServerStream* crypto_stream = local
311 QuicServerSessionPeer::SetCryptoStream(session_.get(), crypto_stream);
357 EXPECT_CALL(*crypto_stream,
56 SetCryptoStream(QuicServerSession* s, QuicCryptoServerStream* crypto_stream) argument
H A Dend_to_end_test.cc1337 QuicCryptoStream* crypto_stream = local
1340 QuicFlowControllerPeer::SendWindowSize(crypto_stream->flow_controller()),

Completed in 94 milliseconds