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

  /external/chromium_org/net/quic/crypto/
crypto_handshake_test.cc 137 void SelectNewPrimaryConfig(int seconds) {
139 server_config_->SelectNewPrimaryConfig(
325 test_peer_.SelectNewPrimaryConfig(1000);
330 test_peer_.SelectNewPrimaryConfig(1101);
crypto_server_config.h 250 // SelectNewPrimaryConfig reevaluates the primary config based on the
252 void SelectNewPrimaryConfig(QuicWallTime now) const;
crypto_server_config.cc 193 SelectNewPrimaryConfig(now);
276 SelectNewPrimaryConfig(now);
333 SelectNewPrimaryConfig(now);
526 void QuicCryptoServerConfig::SelectNewPrimaryConfig(
    [all...]

Completed in 31 milliseconds