Lines Matching refs:HttpAuthCache
62 HttpAuthCache::HttpAuthCache() { in HttpAuthCache() function in net::HttpAuthCache
65 HttpAuthCache::~HttpAuthCache() { in ~HttpAuthCache()
69 HttpAuthCache::Entry* HttpAuthCache::Lookup(const GURL& origin, in Lookup()
86 HttpAuthCache::Entry* HttpAuthCache::LookupByPath(const GURL& origin, in LookupByPath()
88 HttpAuthCache::Entry* best_match = NULL; in LookupByPath()
111 HttpAuthCache::Entry* HttpAuthCache::Add(const GURL& origin, in Add()
122 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); in Add()
149 HttpAuthCache::Entry::~Entry() { in ~Entry()
152 void HttpAuthCache::Entry::UpdateStaleChallenge( in UpdateStaleChallenge()
158 HttpAuthCache::Entry::Entry() in Entry()
163 void HttpAuthCache::Entry::AddPath(const std::string& path) { in AddPath()
181 bool HttpAuthCache::Entry::HasEnclosingPath(const std::string& dir, in HasEnclosingPath()
199 bool HttpAuthCache::Remove(const GURL& origin, in Remove()
217 bool HttpAuthCache::UpdateStaleChallenge(const GURL& origin, in UpdateStaleChallenge()
221 HttpAuthCache::Entry* entry = Lookup(origin, realm, scheme); in UpdateStaleChallenge()