Searched defs:primary_time (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/net/quic/crypto/
H A Dcrypto_server_config_protobuf.h80 int64 primary_time() const { function in class:net::QuicServerConfigProtobuf
84 void set_primary_time(int64 primary_time) { argument
85 primary_time_ = primary_time;
H A Dcrypto_server_config.h89 // 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.
H A Dcrypto_handshake_test.cc204 // |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);

Completed in 178 milliseconds