HomeSort by relevance Sort by last modified time
    Searched refs:HttpAuthCache (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/net/http/
http_auth_cache.cc 64 HttpAuthCache::HttpAuthCache() {
67 HttpAuthCache::~HttpAuthCache() {
71 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
88 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
90 HttpAuthCache::Entry* best_match = NULL;
113 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin
    [all...]
http_auth_cache.h 19 // HttpAuthCache stores HTTP authentication identities and challenge info.
21 // HttpAuthCache::Entry, which holds:
27 class NET_EXPORT_PRIVATE HttpAuthCache {
38 HttpAuthCache();
39 ~HttpAuthCache();
101 void UpdateAllFrom(const HttpAuthCache& other);
109 class NET_EXPORT_PRIVATE HttpAuthCache::Entry {
144 friend class HttpAuthCache;
http_auth_controller.h 27 class HttpAuthCache;
39 HttpAuthCache* http_auth_cache,
160 HttpAuthCache* const http_auth_cache_;
http_auth_cache_unittest.cc 81 HttpAuthCache cache;
82 HttpAuthCache::Entry* entry;
185 HttpAuthCache::Entry* realm2_entry = cache.Lookup(
187 HttpAuthCache::Entry* realm4_entry = cache.Lookup(
214 HttpAuthCache::Entry* realm3_digest_entry =
225 HttpAuthCache::Entry* realm3DigestEntry =
243 HttpAuthCache::Entry entry;
277 HttpAuthCache cache;
284 HttpAuthCache::Entry* orig_entry = cache.Add(
292 HttpAuthCache::Entry* entry = cache.Lookup
    [all...]
http_proxy_client_socket.h 30 class HttpAuthCache;
45 HttpAuthCache* http_auth_cache,
http_proxy_client_socket_pool.h 29 class HttpAuthCache;
51 HttpAuthCache* http_auth_cache,
65 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; }
86 HttpAuthCache* const http_auth_cache_;
http_network_session.h 106 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; }
194 HttpAuthCache http_auth_cache_;
http_auth_controller_unittest.cc 52 HttpAuthCache dummy_auth_cache;
164 HttpAuthCache dummy_auth_cache;
http_auth_controller.cc 157 HttpAuthCache* http_auth_cache,
212 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath(
261 // This will also evict the entry in the HttpAuthCache if the previous
478 HttpAuthCache::Entry* entry =
  /external/chromium/net/http/
http_auth_cache.cc 62 HttpAuthCache::HttpAuthCache() {
65 HttpAuthCache::~HttpAuthCache() {
69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
88 HttpAuthCache::Entry* best_match = NULL;
111 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin
    [all...]
http_auth_cache.h 20 // HttpAuthCache stores HTTP authentication identities and challenge info.
22 // HttpAuthCache::Entry, which holds:
28 class HttpAuthCache {
39 HttpAuthCache();
40 ~HttpAuthCache();
111 class HttpAuthCache::Entry {
151 friend class HttpAuthCache;
http_auth_controller.h 27 class HttpAuthCache;
38 HttpAuthCache* http_auth_cache,
159 HttpAuthCache* const http_auth_cache_;
http_auth_cache_unittest.cc 77 HttpAuthCache cache;
78 HttpAuthCache::Entry* entry;
171 HttpAuthCache::Entry* realm2_entry = cache.Lookup(
173 HttpAuthCache::Entry* realm4_entry = cache.Lookup(
200 HttpAuthCache::Entry* realm3_digest_entry =
211 HttpAuthCache::Entry* realm3DigestEntry =
229 HttpAuthCache::Entry entry;
263 HttpAuthCache cache;
270 HttpAuthCache::Entry* orig_entry = cache.Add(
278 HttpAuthCache::Entry* entry = cache.Lookup
    [all...]
http_proxy_client_socket_pool.h 26 class HttpAuthCache;
47 HttpAuthCache* http_auth_cache,
61 HttpAuthCache* http_auth_cache() const { return http_auth_cache_; }
87 HttpAuthCache* const http_auth_cache_;
http_network_session.h 74 HttpAuthCache* http_auth_cache() { return &http_auth_cache_; }
168 HttpAuthCache http_auth_cache_;
http_proxy_client_socket.h 29 class HttpAuthCache;
45 HttpAuthCache* http_auth_cache,
http_auth_controller_unittest.cc 42 HttpAuthCache dummy_auth_cache;
http_auth_controller.cc 155 HttpAuthCache* http_auth_cache,
218 HttpAuthCache::Entry* entry = http_auth_cache_->LookupByPath(
268 // This will also evict the entry in the HttpAuthCache if the previous
462 HttpAuthCache::Entry* entry =
http_proxy_client_socket.cc 32 HttpAuthCache* http_auth_cache,
http_proxy_client_socket_pool.cc 36 HttpAuthCache* http_auth_cache,
  /external/chromium/net/spdy/
spdy_proxy_client_socket.h 51 HttpAuthCache* auth_cache,
spdy_proxy_client_socket.cc 30 HttpAuthCache* auth_cache,
  /external/chromium_org/net/spdy/
spdy_proxy_client_socket.h 52 HttpAuthCache* auth_cache,
  /external/chromium_org/chrome/browser/chromeos/login/
profile_auth_data.cc 205 net::HttpAuthCache* new_cache = to_context_->GetURLRequestContext()->
  /external/chromium/net/socket_stream/
socket_stream.h 290 HttpAuthCache auth_cache_;

Completed in 1100 milliseconds

1 2