HomeSort by relevance Sort by last modified time
    Searched full:http_auth_cache_ (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/net/http/
http_auth_controller.cc 165 http_auth_cache_(http_auth_cache),
212 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath(
283 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_,
416 http_auth_cache_->Add(auth_origin_, handler_->realm(),
451 http_auth_cache_->Remove(auth_origin_, handler_->realm(),
479 http_auth_cache_->Lookup(auth_origin_, handler_->realm(),
http_network_session.h 138 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; }
230 HttpAuthCache http_auth_cache_; member in class:net::HttpNetworkSession
http_proxy_client_socket_pool.h 67 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; }
92 HttpAuthCache* const http_auth_cache_; member in class:net::HttpProxySocketParams
http_auth_controller.h 161 HttpAuthCache* const http_auth_cache_; member in class:net::HttpAuthController
http_proxy_client_socket_pool.cc 48 http_auth_cache_(tunnel ? http_auth_cache : NULL),

Completed in 1797 milliseconds