Searched refs:IsCryptoHandshakeConfirmed (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/net/tools/quic/test_tools/
H A Dserver_thread.cc106 if (session->IsCryptoHandshakeConfirmed()) {
/external/chromium_org/net/quic/
H A Dquic_client_session.cc217 if (IsCryptoHandshakeConfirmed())
225 if (!IsCryptoHandshakeConfirmed())
461 if (IsCryptoHandshakeConfirmed())
484 if (IsCryptoHandshakeConfirmed())
599 if (IsCryptoHandshakeConfirmed()) {
621 if (!IsCryptoHandshakeConfirmed()) {
862 if (IsCryptoHandshakeConfirmed())
H A Dquic_session.h139 virtual bool IsCryptoHandshakeConfirmed();
H A Dquic_session_test.cc258 TEST_P(QuicSessionTest, IsCryptoHandshakeConfirmed) {
259 EXPECT_FALSE(session_.IsCryptoHandshakeConfirmed());
262 EXPECT_TRUE(session_.IsCryptoHandshakeConfirmed());
H A Dquic_http_stream.cc32 was_handshake_confirmed_(session->IsCryptoHandshakeConfirmed()),
H A Dquic_session.cc466 bool QuicSession::IsCryptoHandshakeConfirmed() { function in class:net::QuicSession
H A Dquic_http_stream_test.cc243 EXPECT_TRUE(session_->IsCryptoHandshakeConfirmed());
H A Dquic_stream_factory.cc992 if (session->IsCryptoHandshakeConfirmed()) {
/external/chromium_org/net/tools/quic/
H A Dquic_client.cc265 while (connected() && !session_->IsCryptoHandshakeConfirmed()) {
/external/chromium_org/net/quic/test_tools/
H A Dquic_test_utils.h368 MOCK_METHOD0(IsCryptoHandshakeConfirmed, bool());

Completed in 4264 milliseconds