HomeSort by relevance Sort by last modified time
    Searched defs:auth_cache (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/ftp/
ftp_network_session.h 22 FtpAuthCache* auth_cache() { return &auth_cache_; } function in class:net::FtpNetworkSession
  /external/chromium_org/chrome/browser/net/spdyproxy/
data_reduction_proxy_settings.cc 165 net::HttpAuthCache* auth_cache = session->http_auth_cache(); local
166 DCHECK(auth_cache);
167 InitDataReductionAuthentication(auth_cache);
173 net::HttpAuthCache* auth_cache) {
174 DCHECK(auth_cache);
198 auth_cache->Add(auth_origin,
  /external/chromium_org/net/socket_stream/
socket_stream_unittest.cc 623 HttpAuthCache* auth_cache = local
625 auth_cache->Add(GURL("http://myproxy:70"),
680 HttpAuthCache* auth_cache = local
682 auth_cache->Add(GURL("http://myproxy:70"),
    [all...]

Completed in 3015 milliseconds