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

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.h 54 // SetServerConfig checks that |server_config| parses correctly and stores
57 QuicErrorCode SetServerConfig(base::StringPiece server_config,
quic_crypto_client_config.cc 124 QuicErrorCode QuicCryptoClientConfig::CachedState::SetServerConfig(
233 QuicErrorCode error = SetServerConfig(server_config, now,
236 DVLOG(1) << "SetServerConfig failed with " << error_details;
592 QuicErrorCode error = cached->SetServerConfig(scfg, now, error_details);

Completed in 288 milliseconds