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

  /external/chromium_org/net/quic/
quic_session.h 38 // CryptoHandshakeEvent enumerates the events generated by a QuicCryptoStream.
39 enum CryptoHandshakeEvent {
107 virtual void OnCryptoHandshakeEvent(CryptoHandshakeEvent event);
quic_client_session.h 104 virtual void OnCryptoHandshakeEvent(CryptoHandshakeEvent event) OVERRIDE;
quic_client_session.cc 252 void QuicClientSession::OnCryptoHandshakeEvent(CryptoHandshakeEvent event) {
254 // TODO(rtenneti): Currently for all CryptoHandshakeEvent events, callback_
255 // could be called because there are no error events in CryptoHandshakeEvent
256 // enum. If error events are added to CryptoHandshakeEvent, then the
quic_session.cc 258 void QuicSession::OnCryptoHandshakeEvent(CryptoHandshakeEvent event) {

Completed in 49 milliseconds