HomeSort by relevance Sort by last modified time
    Searched full:generation_counter (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/
quic_crypto_client_stream.cc 278 generation_counter_ = cached->generation_counter();
314 // Check if generation_counter has changed between STATE_VERIFY_PROOF
316 if (generation_counter_ != cached->generation_counter()) {
  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 75 uint64 generation_counter() const;
quic_crypto_client_config.cc 183 uint64 QuicCryptoClientConfig::CachedState::generation_counter() const { function in class:net::QuicCryptoClientConfig::CachedState

Completed in 206 milliseconds