OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ToUNIXSeconds
(Results
1 - 11
of
11
) sorted by null
/external/chromium_org/net/quic/crypto/
crypto_server_config_protobuf.cc
13
: primary_time_(QuicWallTime::Zero().
ToUNIXSeconds
()) {
local_strike_register_client.cc
39
static_cast<uint32>(now.
ToUNIXSeconds
()));
crypto_utils.cc
30
uint32 gmt_unix_time = now.
ToUNIXSeconds
();
quic_crypto_server_config.cc
251
const uint64 expiry_seconds = expiry.
ToUNIXSeconds
();
254
msg.SetValue(kEXPY, options.expiry_time.
ToUNIXSeconds
());
856
static_cast<uint32>(info->now.
ToUNIXSeconds
()),
[
all
...]
quic_crypto_client_config.cc
57
now.
ToUNIXSeconds
() >= expiry_seconds) {
104
if (now.
ToUNIXSeconds
() >= expiry_seconds) {
crypto_server_test.cc
421
static_cast<uint32>(clock_.WallNow().
ToUNIXSeconds
()),
/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 {
quic_crypto_server_stream_test.cc
80
static_cast<uint32>(connection_->clock()->WallNow().
ToUNIXSeconds
()),
/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 116 milliseconds