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

  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.cc 231 next_config_promotion_time_(QuicWallTime::Zero()),
507 if (!next_config_promotion_time_.IsZero() &&
508 next_config_promotion_time_.IsAfter(now)) {
580 if (!next_config_promotion_time_.IsZero() &&
581 next_config_promotion_time_.IsAfter(now)) {
859 // next_config_promotion_time_.
864 next_config_promotion_time_ = configs[1]->primary_time;
866 next_config_promotion_time_ = QuicWallTime::Zero();
869 next_config_promotion_time_ = config->primary_time;
902 next_config_promotion_time_ = QuicWallTime::Zero()
    [all...]
quic_crypto_server_config.h 442 // next_config_promotion_time_ contains the nearest, future time when an
444 mutable QuicWallTime next_config_promotion_time_; member in class:net::QuicCryptoServerConfig

Completed in 983 milliseconds