HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthCache (Results 1 - 4 of 4) 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;
  /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;

Completed in 505 milliseconds