IsBefore          738 net/quic/crypto/quic_crypto_server_config.cc   if (a->primary_time.IsBefore(b->primary_time) ||
IsBefore          739 net/quic/crypto/quic_crypto_server_config.cc       b->primary_time.IsBefore(a->primary_time)) {
IsBefore          741 net/quic/crypto/quic_crypto_server_config.cc     return a->primary_time.IsBefore(b->primary_time);
IsBefore         1257 net/quic/crypto/quic_crypto_server_config.cc   if (now.IsBefore(timestamp) &&
IsBefore          129 net/quic/quic_time.h   bool IsBefore(QuicWallTime other) const;