Home
last modified time | relevance | path

Searched refs:OnCryptoHandshakeMessageSent (Results 1 – 10 of 10) sorted by relevance

/external/cronet/net/third_party/quiche/src/quiche/quic/core/
Dquic_crypto_handshaker.cc26 session()->OnCryptoHandshakeMessageSent(message); in SendHandshakeMessage()
Dquic_session.h359 virtual void OnCryptoHandshakeMessageSent(
Dquic_session.cc1827 void QuicSession::OnCryptoHandshakeMessageSent( in OnCryptoHandshakeMessageSent() function in quic::QuicSession
/external/cronet/net/quic/
Dquic_connection_logger.cc513 void QuicConnectionLogger::OnCryptoHandshakeMessageSent( in OnCryptoHandshakeMessageSent() function in net::QuicConnectionLogger
515 event_logger_.OnCryptoHandshakeMessageSent(message); in OnCryptoHandshakeMessageSent()
Dquic_event_logger.h112 void OnCryptoHandshakeMessageSent(
Dquic_connection_logger.h132 void OnCryptoHandshakeMessageSent(
Dquic_chromium_client_session.h730 void OnCryptoHandshakeMessageSent(
Dquic_event_logger.cc778 void QuicEventLogger::OnCryptoHandshakeMessageSent( in OnCryptoHandshakeMessageSent() function in net::QuicEventLogger
Dquic_chromium_client_session.cc1803 void QuicChromiumClientSession::OnCryptoHandshakeMessageSent( in OnCryptoHandshakeMessageSent() function in net::QuicChromiumClientSession
1805 logger_->OnCryptoHandshakeMessageSent(message); in OnCryptoHandshakeMessageSent()
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_test_utils.h1161 void OnCryptoHandshakeMessageSent( in OnCryptoHandshakeMessageSent() function