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

  /external/chromium_org/net/quic/crypto/
strike_register_test.cc 150 horizon_(ExternalTimeToInternal(current_time + window_secs)) {
155 const uint32 current_time = ExternalTimeToInternal(current_time_external);
162 ExternalTimeToInternal(TimeFromBytes(nonce_bytes));
206 uint32 ExternalTimeToInternal(uint32 external_time) {
strike_register.cc 84 horizon_(ExternalTimeToInternal(current_time) + window_secs),
116 const uint32 current_time = ExternalTimeToInternal(current_time_external);
122 const uint32 nonce_time = ExternalTimeToInternal(TimeFromBytes(nonce));
287 uint32 StrikeRegister::ExternalTimeToInternal(uint32 external_time) {

Completed in 42 milliseconds