Searched refs:TimedCache (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dtimed_cache.h21 class TimedCache { class in namespace:chrome_browser_net
23 explicit TimedCache(const base::TimeDelta& max_duration);
24 ~TimedCache();
43 DISALLOW_COPY_AND_ASSIGN(TimedCache);
H A Dtimed_cache.cc11 TimedCache::TimedCache(const base::TimeDelta& max_duration) function in class:chrome_browser_net::TimedCache
17 TimedCache::~TimedCache() {}
19 bool TimedCache::WasRecentlySeen(const GURL& url) {
33 void TimedCache::SetRecentlySeen(const GURL& url) {
H A Dconnect_interceptor.h36 // Provide access to local class TimedCache for testing.
40 TimedCache timed_cache_;
H A Dconnect_interceptor_unittest.cc12 // These tests are all focused ConnectInterceptor::TimedCache.
15 ConnectInterceptor::TimedCache cache(base::TimeDelta::FromHours(1));
60 ConnectInterceptor::TimedCache cache(base::TimeDelta::FromMilliseconds(1));

Completed in 106 milliseconds