Searched refs:IsBefore (Results 1 – 3 of 3) sorted by relevance
132 bool IsBefore(QuicWallTime other) const;
144 bool QuicWallTime::IsBefore(QuicWallTime other) const { in IsBefore() function in net::QuicWallTime
811 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()