Searched refs:IsBefore (Results 1 – 3 of 3) sorted by relevance
120 bool IsBefore(QuicWallTime other) const;
120 bool QuicWallTime::IsBefore(QuicWallTime other) const { in IsBefore() function in net::QuicWallTime
712 return a->primary_time.IsBefore(b->primary_time); in ConfigPrimaryTimeLessThan()1200 if (now.IsBefore(timestamp) && in ValidateSourceAddressToken()