Home
last modified time | relevance | path

Searched refs:IsBefore (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/net/quic/
Dquic_time.h132 bool IsBefore(QuicWallTime other) const;
Dquic_time.cc144 bool QuicWallTime::IsBefore(QuicWallTime other) const { in IsBefore() function in net::QuicWallTime
/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.cc811 if (a->primary_time.IsBefore(b->primary_time) || in ConfigPrimaryTimeLessThan()
812 b->primary_time.IsBefore(a->primary_time)) { in ConfigPrimaryTimeLessThan()
814 return a->primary_time.IsBefore(b->primary_time); in ConfigPrimaryTimeLessThan()
1463 if (now.IsBefore(timestamp) && in ValidateSourceAddressToken()