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

  /external/chromium_org/components/data_reduction_proxy/browser/
data_reduction_proxy_settings.cc 154 net::HttpAuthCache* auth_cache = session->http_auth_cache(); local
155 DCHECK(auth_cache);
156 InitDataReductionAuthentication(auth_cache, params);
161 net::HttpAuthCache* auth_cache,
163 DCHECK(auth_cache);
197 auth_cache->Add(auth_origin,
data_reduction_proxy_settings.h 267 net::HttpAuthCache* 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,
41 auth_cache,
  /external/chromium_org/net/socket_stream/
socket_stream_unittest.cc 620 HttpAuthCache* auth_cache = local
622 auth_cache->Add(GURL("http://myproxy:70"),
677 HttpAuthCache* auth_cache = local
679 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...]
  /external/chromium_org/sync/internal_api/
http_bridge.cc 142 // which includes auth_cache for proxies.
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.apache.httpcomponents.httpclient_4.1.3.v201209201135.jar 

Completed in 540 milliseconds