HomeSort by relevance Sort by last modified time
    Searched refs:IsAfter (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/quic/
quic_time.h 131 bool IsAfter(QuicWallTime other) const;
quic_time.cc 140 bool QuicWallTime::IsAfter(QuicWallTime other) const {
  /external/chromium_org/net/quic/crypto/
quic_crypto_server_config.cc 508 next_config_promotion_time_.IsAfter(now)) {
581 next_config_promotion_time_.IsAfter(now)) {
850 if (!config->primary_time.IsAfter(now)) {
851 if (config->primary_time.IsAfter(best_candidate->primary_time)) {
    [all...]

Completed in 201 milliseconds