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

  /external/chromium_org/net/quic/crypto/
strike_register_test.cc 207 static const uint32 kCreationTimeFromInternalEpoch = 63115200.0;
209 if (creation_time_ > kCreationTimeFromInternalEpoch) {
210 internal_epoch = creation_time_ - kCreationTimeFromInternalEpoch;
strike_register.cc 58 // kCreationTimeFromInternalEpoch contains the number of seconds between the
61 static const uint32 kCreationTimeFromInternalEpoch = 63115200.0; // 2 years.
70 internal_epoch_(current_time > kCreationTimeFromInternalEpoch
71 ? current_time - kCreationTimeFromInternalEpoch

Completed in 951 milliseconds