HomeSort by relevance Sort by last modified time
    Searched refs:UpdateStaleChallenge (Results 1 - 4 of 4) sorted by null

  /external/chromium/net/http/
http_auth_cache.h 98 // |UpdateStaleChallenge()| returns true if a matching entry exists in the
100 bool UpdateStaleChallenge(const GURL& origin,
148 void UpdateStaleChallenge(const std::string& auth_challenge);
http_auth_cache.cc 152 void HttpAuthCache::Entry::UpdateStaleChallenge(
217 bool HttpAuthCache::UpdateStaleChallenge(const GURL& origin,
224 entry->UpdateStaleChallenge(auth_challenge);
http_auth_cache_unittest.cc 371 TEST(HttpAuthCacheTest, UpdateStaleChallenge) {
392 bool update_success = cache.UpdateStaleChallenge(
410 // UpdateStaleChallenge will fail if an entry doesn't exist in the cache.
411 bool update_failure = cache.UpdateStaleChallenge(
http_auth_controller.cc 286 if (http_auth_cache_->UpdateStaleChallenge(auth_origin_,

Completed in 57 milliseconds