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

  /external/chromium/net/http/
http_auth_cache.cc 63 HttpAuthCache::Entry* HttpAuthCache::LookupByRealm(const GURL& origin,
78 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
97 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin,
106 HttpAuthCache::Entry* entry = LookupByRealm(origin, handler->realm());
128 void HttpAuthCache::Entry::AddPath(const std::string& path) {
146 bool HttpAuthCache::Entry::HasEnclosingPath(const std::string& dir) {
156 bool HttpAuthCache::Remove(const GURL& origin
    [all...]
http_auth_cache.h 22 // HttpAuthCache stores HTTP authentication identities and challenge info.
23 // For each realm the cache stores a HttpAuthCache::Entry, which holds:
30 class HttpAuthCache {
90 class HttpAuthCache::Entry {
117 friend class HttpAuthCache;
http_auth_cache_unittest.cc 47 HttpAuthCache cache;
48 HttpAuthCache::Entry* entry;
89 HttpAuthCache::Entry* realm2Entry = cache.LookupByRealm(origin, "Realm2");
118 HttpAuthCache::Entry entry;
152 HttpAuthCache cache;
158 HttpAuthCache::Entry* orig_entry = cache.Add(
163 HttpAuthCache::Entry* entry = cache.LookupByRealm(origin, "MyRealm");
186 HttpAuthCache cache;
237 const HttpAuthCache::Entry* entry =
248 const HttpAuthCache::Entry* entry
    [all...]
http_network_session.h 33 HttpAuthCache* auth_cache() { return &auth_cache_; }
78 HttpAuthCache auth_cache_;
http_network_transaction.cc     [all...]
  /external/chromium/net/socket_stream/
socket_stream.h 277 HttpAuthCache auth_cache_;
socket_stream.cc 544 HttpAuthCache::Entry* entry = auth_cache_.LookupByPath(
872 HttpAuthCache::Entry* entry = auth_cache_.LookupByRealm(

Completed in 39 milliseconds