Home
last modified time | relevance | path

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

/external/chromium_org/net/quic/
Dquic_time.h120 bool IsBefore(QuicWallTime other) const;
Dquic_time.cc120 bool QuicWallTime::IsBefore(QuicWallTime other) const { in IsBefore() function in net::QuicWallTime
/external/chromium_org/net/quic/crypto/
Dquic_crypto_server_config.cc712 return a->primary_time.IsBefore(b->primary_time); in ConfigPrimaryTimeLessThan()
1200 if (now.IsBefore(timestamp) && in ValidateSourceAddressToken()