Home
last modified time | relevance | path

Searched refs:http_auth_cache_ (Results 1 – 5 of 5) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_controller.cc163 http_auth_cache_(http_auth_cache), in HttpAuthController()
218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath( in SelectPreemptiveAuth()
286 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_, in HandleAuthChallenge()
403 http_auth_cache_->Add(auth_origin_, handler_->realm(), in ResetAuth()
436 http_auth_cache_->Remove(auth_origin_, handler_->realm(), in InvalidateRejectedAuthFromCache()
463 http_auth_cache_->Lookup(auth_origin_, handler_->realm(), in SelectNextAuthIdentityToTry()
Dhttp_network_session.h74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; } in http_auth_cache()
168 HttpAuthCache http_auth_cache_; variable
Dhttp_proxy_client_socket_pool.h61 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; } in http_auth_cache()
87 HttpAuthCache* const http_auth_cache_; variable
Dhttp_auth_controller.h159 HttpAuthCache* const http_auth_cache_; variable
Dhttp_proxy_client_socket_pool.cc46 http_auth_cache_(tunnel ? http_auth_cache : NULL), in HttpProxySocketParams()