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

  /external/chromium/net/http/
http_network_session.h 74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; }
168 HttpAuthCache http_auth_cache_; member in class:net::HttpNetworkSession
http_auth_controller.h 159 HttpAuthCache* const http_auth_cache_; member in class:net::HttpAuthController
http_auth_controller.cc 163 http_auth_cache_(http_auth_cache),
218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath(
286 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_,
403 http_auth_cache_->Add(auth_origin_, handler_->realm(),
436 http_auth_cache_->Remove(auth_origin_, handler_->realm(),
463 http_auth_cache_->Lookup(auth_origin_, handler_->realm(),
http_proxy_client_socket_pool.h 61 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; }
87 HttpAuthCache* const http_auth_cache_; member in class:net::HttpProxySocketParams
http_proxy_client_socket_pool.cc 46 http_auth_cache_(tunnel ? http_auth_cache : NULL),
  /external/chromium_org/net/http/
http_auth_controller.h 161 HttpAuthCache* const http_auth_cache_; member in class:net::HttpAuthController
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 107 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; }
195 HttpAuthCache http_auth_cache_; member in class:net::HttpNetworkSession
http_proxy_client_socket_pool.h 65 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; }
86 HttpAuthCache* const http_auth_cache_; member in class:net::HttpProxySocketParams
http_proxy_client_socket_pool.cc 47 http_auth_cache_(tunnel ? http_auth_cache : NULL),

Completed in 506 milliseconds