HomeSort by relevance Sort by last modified time
    Searched defs:TimedCache (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/net/
timed_cache.cc 11 TimedCache::TimedCache(const base::TimeDelta& max_duration)
17 TimedCache::~TimedCache() {}
19 bool TimedCache::WasRecentlySeen(const GURL& url) {
33 void TimedCache::SetRecentlySeen(const GURL& url) {
timed_cache.h 21 class TimedCache {
23 explicit TimedCache(const base::TimeDelta& max_duration);
24 ~TimedCache();
43 DISALLOW_COPY_AND_ASSIGN(TimedCache);

Completed in 932 milliseconds