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

  /external/chromium_org/net/http/
http_auth_cache.cc 73 HttpAuthCache::HttpAuthCache() {
76 HttpAuthCache::~HttpAuthCache() {
80 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin,
103 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin,
105 HttpAuthCache::Entry* best_match = NULL;
135 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 NET_EXPORT_PRIVATE HttpAuthCache {
65 friend class HttpAuthCache;
114 HttpAuthCache();
115 ~HttpAuthCache();
180 void UpdateAllFrom(const HttpAuthCache& other);

Completed in 48 milliseconds