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

  /external/chromium_org/net/quic/crypto/
crypto_server_config_protobuf.h 80 int64 primary_time() const { function in class:net::QuicServerConfigProtobuf
84 void set_primary_time(int64 primary_time) {
85 primary_time_ = primary_time;
crypto_server_config.cc 518 // Config's based on their primary_time.
523 return a->primary_time.IsBefore(b->primary_time);
538 if (config->primary_time.IsZero()) {
559 if (!config->primary_time.IsAfter(now)) {
563 // This is the first config with a primary_time in the future. Thus the
571 // We need the primary_time of the next config.
573 next_config_promotion_time_ = configs[1]->primary_time;
579 next_config_promotion_time_ = config->primary_time;
758 config->primary_time
    [all...]
crypto_handshake_test.cc 204 // |primary_time| of that Config, given in epoch seconds. (Although note
210 // // a |primary_time| of 900, and another with a |primary_time| of 1000.
238 int primary_time = va_arg(ap, int); local
244 protobuf->set_primary_time(primary_time);
crypto_server_config.h 89 // conjunction with |protobuf->primary_time()| to determine whether the
105 // depending on their |primary_time| and the value of |now|. Configs that are
231 // primary_time contains the timestamp when this config should become the
234 QuicWallTime primary_time; member in class:net::QuicCryptoServerConfig::Config
245 // ConfigPrimaryTimeLessThan returns true if a->primary_time <
246 // b->primary_time.
251 // "primary_time" deadlines contained in each.

Completed in 285 milliseconds