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

  /external/chromium_org/net/quic/crypto/
strike_register.h 149 // DropNode removes the oldest node in the tree and updates |horizon_|
175 uint32 horizon_; member in class:net::StrikeRegister
strike_register_test.cc 150 horizon_(ExternalTimeToInternal(current_time + window_secs)) {
163 // We have dropped one or more nonces with a time value of |horizon_|, so
165 if (nonce_time <= horizon_) {
231 horizon_ = oldest_time;
238 uint32 horizon_; member in class:__anon11317::SlowStrikeRegister
strike_register.cc 78 horizon_(ExternalTimeToInternal(current_time) + window_secs),
124 // We have dropped one or more nonces with a time value of |horizon_|, so
126 if (horizon_valid_ && nonce_time <= horizon_) {
362 horizon_ = TimeFromBytes(ext_node);

Completed in 1683 milliseconds