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

  /external/chromium_org/net/quic/
quic_http_stream.cc 31 was_handshake_confirmed_(session->IsCryptoHandshakeConfirmed()),
58 return was_handshake_confirmed_ ? ERR_CONNECTION_CLOSED :
79 } else if (!was_handshake_confirmed_) {
90 } else if (!was_handshake_confirmed_) {
324 response_status_ = was_handshake_confirmed_ ?
337 response_status_ = was_handshake_confirmed_ ?
348 was_handshake_confirmed_ = true;
quic_http_stream.h 111 bool was_handshake_confirmed_; // True if the crypto handshake succeeded. member in class:net::QuicHttpStream

Completed in 29 milliseconds