/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,
|
data_reduction_proxy_settings.h | 210 static void InitDataReductionAuthentication(net::HttpAuthCache* auth_cache);
|
/external/chromium/net/spdy/ |
spdy_proxy_client_socket.h | 51 HttpAuthCache* auth_cache,
|
spdy_proxy_client_socket.cc | 30 HttpAuthCache* auth_cache, 42 auth_cache,
|
/external/chromium_org/net/spdy/ |
spdy_proxy_client_socket.h | 52 HttpAuthCache* auth_cache,
|
spdy_proxy_client_socket.cc | 34 HttpAuthCache* auth_cache, 42 auth_cache,
|
/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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
urllib.py | 615 self.auth_cache = {} 784 if key in self.auth_cache: 786 del self.auth_cache[key] 788 return self.auth_cache[key] 790 if user or passwd: self.auth_cache[key] = (user, passwd) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
urllib.py | 615 self.auth_cache = {} 784 if key in self.auth_cache: 786 del self.auth_cache[key] 788 return self.auth_cache[key] 790 if user or passwd: self.auth_cache[key] = (user, passwd) [all...] |