HomeSort by relevance Sort by last modified time
    Searched defs:SetConfigs (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/quic/crypto/
crypto_handshake_test.cc 201 // SetConfigs constructs suitable config protobufs and calls SetConfigs on
207 // SetConfigs(NULL); // calls |config_.SetConfigs| with no protobufs.
209 // // Calls |config_.SetConfigs| with two protobufs: one for a Config with
218 void SetConfigs(const char* server_config_id1, ...) {
252 ASSERT_EQ(!has_invalid, config_.SetConfigs(protobufs, clock_.WallNow()));
269 SetConfigs("a", 1100,
280 SetConfigs("a", 900,
291 SetConfigs("a", 800
    [all...]
crypto_server_config.cc 209 bool QuicCryptoServerConfig::SetConfigs(
    [all...]

Completed in 37 milliseconds