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.cc 81 // kCreationTimeFromInternalEpoch contains the number of seconds between the
84 static const uint32 kCreationTimeFromInternalEpoch = 63115200; // 2 years.
100 internal_epoch_(current_time > kCreationTimeFromInternalEpoch
101 ? current_time - kCreationTimeFromInternalEpoch
strike_register_test.cc 266 static const uint32 kCreationTimeFromInternalEpoch = 63115200.0;
268 if (creation_time_ > kCreationTimeFromInternalEpoch) {
269 internal_epoch = creation_time_ - kCreationTimeFromInternalEpoch;

Completed in 85 milliseconds