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

  /external/chromium_org/content/browser/media/android/
media_resource_getter_impl.cc 198 net::HttpAuthCache* auth_cache =
200 if (!auth_cache)
204 auth_cache->LookupByPath(url.GetOrigin(), url.path());
  /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 140 // 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 665 milliseconds