HttpAuthCache 101 chrome/browser/chromeos/login/existing_user_controller.cc net::HttpAuthCache* new_cache = HttpAuthCache 104 chrome/browser/chromeos/login/existing_user_controller.cc net::HttpAuthCache* old_cache = HttpAuthCache 205 chrome/browser/chromeos/login/profile_auth_data.cc net::HttpAuthCache* new_cache = to_context_->GetURLRequestContext()-> HttpAuthCache 128 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc net::HttpAuthCache* auth_cache = session->http_auth_cache(); HttpAuthCache 136 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.cc net::HttpAuthCache* auth_cache) { HttpAuthCache 23 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h class HttpAuthCache; HttpAuthCache 246 chrome/browser/net/spdyproxy/data_reduction_proxy_settings.h static void InitDataReductionAuthentication(net::HttpAuthCache* auth_cache); HttpAuthCache 285 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc net::HttpAuthCache cache; HttpAuthCache 291 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc net::HttpAuthCache::Entry* entry = cache.LookupByPath(*it, HttpAuthCache 298 chrome/browser/net/spdyproxy/data_reduction_proxy_settings_unittest.cc net::HttpAuthCache::Entry* entry = HttpAuthCache 73 net/http/http_auth_cache.cc HttpAuthCache::HttpAuthCache() { HttpAuthCache 76 net/http/http_auth_cache.cc HttpAuthCache::~HttpAuthCache() { HttpAuthCache 80 net/http/http_auth_cache.cc HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, HttpAuthCache 103 net/http/http_auth_cache.cc HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin, HttpAuthCache 105 net/http/http_auth_cache.cc HttpAuthCache::Entry* best_match = NULL; HttpAuthCache 135 net/http/http_auth_cache.cc HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin, HttpAuthCache 147 net/http/http_auth_cache.cc HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); HttpAuthCache 182 net/http/http_auth_cache.cc HttpAuthCache::Entry::~Entry() { HttpAuthCache 185 net/http/http_auth_cache.cc void HttpAuthCache::Entry::UpdateStaleChallenge( HttpAuthCache 191 net/http/http_auth_cache.cc HttpAuthCache::Entry::Entry() HttpAuthCache 196 net/http/http_auth_cache.cc void HttpAuthCache::Entry::AddPath(const std::string& path) { HttpAuthCache 217 net/http/http_auth_cache.cc bool HttpAuthCache::Entry::HasEnclosingPath(const std::string& dir, HttpAuthCache 235 net/http/http_auth_cache.cc bool HttpAuthCache::Remove(const GURL& origin, HttpAuthCache 252 net/http/http_auth_cache.cc bool HttpAuthCache::UpdateStaleChallenge(const GURL& origin, HttpAuthCache 256 net/http/http_auth_cache.cc HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); HttpAuthCache 264 net/http/http_auth_cache.cc void HttpAuthCache::UpdateAllFrom(const HttpAuthCache& other) { HttpAuthCache 28 net/http/http_auth_cache.h class NET_EXPORT_PRIVATE HttpAuthCache { HttpAuthCache 65 net/http/http_auth_cache.h friend class HttpAuthCache; HttpAuthCache 114 net/http/http_auth_cache.h HttpAuthCache(); HttpAuthCache 115 net/http/http_auth_cache.h ~HttpAuthCache(); HttpAuthCache 177 net/http/http_auth_cache.h void UpdateAllFrom(const HttpAuthCache& other); HttpAuthCache 83 net/http/http_auth_cache_unittest.cc HttpAuthCache cache; HttpAuthCache 84 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* entry; HttpAuthCache 187 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* realm2_entry = cache.Lookup( HttpAuthCache 189 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* realm4_entry = cache.Lookup( HttpAuthCache 216 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* realm3_digest_entry = HttpAuthCache 227 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* realm3DigestEntry = HttpAuthCache 245 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry entry; HttpAuthCache 279 net/http/http_auth_cache_unittest.cc HttpAuthCache cache; HttpAuthCache 286 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* orig_entry = cache.Add( HttpAuthCache 294 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* entry = cache.Lookup( HttpAuthCache 325 net/http/http_auth_cache_unittest.cc HttpAuthCache cache; HttpAuthCache 389 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* entry = cache.Lookup( HttpAuthCache 395 net/http/http_auth_cache_unittest.cc HttpAuthCache cache; HttpAuthCache 400 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* entry_pre = cache.Add( HttpAuthCache 425 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* entry_post = cache.Lookup( HttpAuthCache 464 net/http/http_auth_cache_unittest.cc HttpAuthCache first_cache; HttpAuthCache 465 net/http/http_auth_cache_unittest.cc HttpAuthCache::Entry* entry; HttpAuthCache 483 net/http/http_auth_cache_unittest.cc HttpAuthCache second_cache; HttpAuthCache 556 net/http/http_auth_cache_unittest.cc const HttpAuthCache::Entry* entry = HttpAuthCache 568 net/http/http_auth_cache_unittest.cc const HttpAuthCache::Entry* entry = HttpAuthCache 579 net/http/http_auth_cache_unittest.cc HttpAuthCache cache_; HttpAuthCache 581 net/http/http_auth_cache_unittest.cc static const int kMaxPaths = HttpAuthCache::kMaxNumPathsPerRealmEntry; HttpAuthCache 582 net/http/http_auth_cache_unittest.cc static const int kMaxRealms = HttpAuthCache::kMaxNumRealmEntries; HttpAuthCache 157 net/http/http_auth_controller.cc HttpAuthCache* http_auth_cache, HttpAuthCache 212 net/http/http_auth_controller.cc HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( HttpAuthCache 478 net/http/http_auth_controller.cc HttpAuthCache::Entry* entry = HttpAuthCache 27 net/http/http_auth_controller.h class HttpAuthCache; HttpAuthCache 39 net/http/http_auth_controller.h HttpAuthCache* http_auth_cache, HttpAuthCache 161 net/http/http_auth_controller.h HttpAuthCache* const http_auth_cache_; HttpAuthCache 53 net/http/http_auth_controller_unittest.cc HttpAuthCache dummy_auth_cache; HttpAuthCache 165 net/http/http_auth_controller_unittest.cc HttpAuthCache dummy_auth_cache; HttpAuthCache 111 net/http/http_network_session.h HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } HttpAuthCache 199 net/http/http_network_session.h HttpAuthCache http_auth_cache_; HttpAuthCache 33 net/http/http_proxy_client_socket.cc HttpAuthCache* http_auth_cache, HttpAuthCache 30 net/http/http_proxy_client_socket.h class HttpAuthCache; HttpAuthCache 45 net/http/http_proxy_client_socket.h HttpAuthCache* http_auth_cache, HttpAuthCache 37 net/http/http_proxy_client_socket_pool.cc HttpAuthCache* http_auth_cache, HttpAuthCache 29 net/http/http_proxy_client_socket_pool.h class HttpAuthCache; HttpAuthCache 51 net/http/http_proxy_client_socket_pool.h HttpAuthCache* http_auth_cache, HttpAuthCache 65 net/http/http_proxy_client_socket_pool.h HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } HttpAuthCache 86 net/http/http_proxy_client_socket_pool.h HttpAuthCache* const http_auth_cache_; HttpAuthCache 620 net/socket_stream/socket_stream_unittest.cc HttpAuthCache* auth_cache = HttpAuthCache 677 net/socket_stream/socket_stream_unittest.cc HttpAuthCache* auth_cache = HttpAuthCache 34 net/spdy/spdy_proxy_client_socket.cc HttpAuthCache* auth_cache, HttpAuthCache 52 net/spdy/spdy_proxy_client_socket.h HttpAuthCache* auth_cache,