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

  /external/chromium_org/net/quic/
quic_server_session.h 63 const QuicCryptoServerStream* crypto_stream() const { function in class:net::QuicServerSession
quic_session_test.cc 498 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->HasBufferedData())
709 TestCryptoStream* crypto_stream = session_.GetCryptoStream(); local
    [all...]
  /external/chromium_org/net/tools/quic/
quic_server_session.h 64 const QuicCryptoServerStream* crypto_stream() const { function in class:net::tools::QuicServerSession
quic_server_session_test.cc 57 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,
end_to_end_test.cc 1337 QuicCryptoStream* crypto_stream = local
    [all...]

Completed in 503 milliseconds