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

  /external/chromium_org/net/quic/crypto/
strike_register.h 149 // DropNode removes the oldest node in the tree and updates |horizon_|
171 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:__anon9283::SlowStrikeRegister

Completed in 37 milliseconds