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

  /external/chromium_org/net/quic/
quic_stream_factory.cc 265 STLDeleteValues(&all_crypto_configs_);
478 if (ContainsKey(all_crypto_configs_, host_port_proxy_pair)) {
479 crypto_config = all_crypto_configs_[host_port_proxy_pair];
484 all_crypto_configs_[host_port_proxy_pair] = crypto_config;
quic_stream_factory.h 166 // TODO(rtenneti): Persist all_crypto_configs_ to disk and decide when to
168 CryptoConfigMap all_crypto_configs_; member in class:net::QuicStreamFactory

Completed in 64 milliseconds