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

  /external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc 62 STLDeleteValues(&cached_states_);
319 CachedStateMap::const_iterator it = cached_states_.find(server_id);
320 if (it != cached_states_.end()) {
325 cached_states_.insert(make_pair(server_id, cached));
331 for (CachedStateMap::const_iterator it = cached_states_.begin();
332 it != cached_states_.end(); ++it) {
855 CachedState* canonical_state = cached_states_[canonical_server_id];
quic_crypto_client_config.h 143 // Delete all CachedState objects from cached_states_.
289 // cached_states_ maps from the server_id to the cached information about
291 CachedStateMap cached_states_; member in class:net::QuicCryptoClientConfig

Completed in 991 milliseconds