Searched defs:HttpAuthCache (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_cache.h20 // HttpAuthCache stores HTTP authentication identities and challenge info.
22 // HttpAuthCache::Entry, which holds:
28 class NET_EXPORT_PRIVATE HttpAuthCache { class in namespace:net
65 friend class HttpAuthCache;
114 HttpAuthCache();
115 ~HttpAuthCache();
180 void UpdateAllFrom(const HttpAuthCache& other);
H A Dhttp_auth_cache.cc73 HttpAuthCache::HttpAuthCache() { function in class:net::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
[all...]

Completed in 62 milliseconds