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

  /external/chromium_org/net/tools/quic/
quic_client_session.cc 72 return crypto_stream_->num_sent_client_hellos();
  /external/chromium_org/net/quic/
quic_crypto_client_stream.h 43 // num_sent_client_hellos returns the number of client hello messages that
46 int num_sent_client_hellos() const;
quic_crypto_server_stream_test.cc 168 EXPECT_EQ(2, client->num_sent_client_hellos());
226 EXPECT_EQ(1, client->num_sent_client_hellos());
quic_client_session.cc 224 crypto_stream_->num_sent_client_hellos());
229 int round_trip_handshakes = crypto_stream_->num_sent_client_hellos() - 1;
232 // num_sent_client_hellos().
495 return crypto_stream_->num_sent_client_hellos();
quic_crypto_client_stream.cc 130 int QuicCryptoClientStream::num_sent_client_hellos() const { function in class:net::QuicCryptoClientStream
  /external/chromium_org/net/quic/test_tools/
crypto_test_utils.cc 210 return client->num_sent_client_hellos();
269 return client.num_sent_client_hellos();

Completed in 123 milliseconds