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

  /external/chromium_org/net/quic/test_tools/
mock_crypto_client_stream.h 50 // Invokes the sessions's CryptoHandshakeEvent method with the specified
52 void SendOnCryptoHandshakeEvent(QuicSession::CryptoHandshakeEvent event);
mock_crypto_client_stream.cc 55 QuicSession::CryptoHandshakeEvent event) {
  /external/chromium_org/net/quic/
quic_session.h 39 // CryptoHandshakeEvent enumerates the events generated by a QuicCryptoStream.
40 enum CryptoHandshakeEvent {
115 virtual void OnCryptoHandshakeEvent(CryptoHandshakeEvent event);
quic_client_session.h 122 virtual void OnCryptoHandshakeEvent(CryptoHandshakeEvent event) OVERRIDE;
quic_client_session.cc 313 void QuicClientSession::OnCryptoHandshakeEvent(CryptoHandshakeEvent event) {
316 // TODO(rtenneti): Currently for all CryptoHandshakeEvent events, callback_
317 // could be called because there are no error events in CryptoHandshakeEvent
318 // enum. If error events are added to CryptoHandshakeEvent, then the
quic_session.cc 360 void QuicSession::OnCryptoHandshakeEvent(CryptoHandshakeEvent event) {

Completed in 95 milliseconds