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

  /external/chromium_org/net/quic/crypto/
crypto_server_config_protobuf.cc 13 : primary_time_(QuicWallTime::Zero().ToUNIXSeconds()) {
crypto_utils.cc 30 uint32 gmt_unix_time = now.ToUNIXSeconds();
crypto_server_config.cc 125 const uint64 expiry_seconds = expiry.ToUNIXSeconds();
128 msg.SetValue(kEXPY, options.expiry_time.ToUNIXSeconds());
636 static_cast<uint32>(info->now.ToUNIXSeconds()),
644 static_cast<uint32>(info->now.ToUNIXSeconds()));
953 source_address_token.set_timestamp(now.ToUNIXSeconds());
    [all...]
crypto_handshake.cc 383 now.ToUNIXSeconds() >= expiry_seconds) {
430 if (now.ToUNIXSeconds() >= expiry_seconds) {
  /external/chromium_org/net/quic/
quic_clock_test.cc 32 EXPECT_LE(static_cast<uint64>(start.ToTimeT()), now.ToUNIXSeconds());
33 EXPECT_LE(now.ToUNIXSeconds(), static_cast<uint64>(end.ToTimeT()));
quic_time.h 115 // ToUNIXSeconds converts a QuicWallTime into a count of seconds since the
117 uint64 ToUNIXSeconds() const;
quic_time.cc 112 uint64 QuicWallTime::ToUNIXSeconds() const {
  /external/chromium_org/net/tools/quic/
quic_epoll_clock_test.cc 50 EXPECT_LE(static_cast<uint64>(start.ToTimeT()), now.ToUNIXSeconds());
51 EXPECT_LE(now.ToUNIXSeconds(), static_cast<uint64>(end.ToTimeT()));

Completed in 307 milliseconds