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;
quic_crypto_server_config.cc 448 << " new primary_time " << config->primary_time.ToUNIXSeconds()
449 << " old primary_time " << it->second->primary_time.ToUNIXSeconds()
452 // Update primary_time and priority.
453 it->second->primary_time = config->primary_time;
461 << " primary_time " << config->primary_time.ToUNIXSeconds()
806 // Config's based on their primary_time
    [all...]
quic_crypto_server_config.h 128 // conjunction with |protobuf->primary_time()| to determine whether the
144 // depending on their |primary_time| and the value of |now|. Configs that are
331 // primary_time contains the timestamp when this config should become the
334 QuicWallTime primary_time; member in class:net::QuicCryptoServerConfig::Config
366 // ConfigPrimaryTimeLessThan returns true if a->primary_time <
367 // b->primary_time.
372 // "primary_time" deadlines contained in each.
quic_crypto_server_config_test.cc 377 // |primary_time| of that Config, given in epoch seconds. (Although note
383 // // a |primary_time| of 900 and priority 1, and another with
384 // // a |primary_time| of 1000 and priority 2.
417 int primary_time = va_arg(ap, int); local
425 protobuf->set_primary_time(primary_time);

Completed in 146 milliseconds