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

  /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;

Completed in 133 milliseconds