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

  /external/chromium_org/chrome/browser/net/
timed_cache.h 37 typedef base::MRUCache<GURL, base::TimeTicks> UrlMruTimedCache;
predictor.cc 176 typedef base::MRUCache<GURL, PreconnectPrecisionStat> MRUPreconnects;
    [all...]
  /external/chromium_org/base/containers/
mru_cache.h 148 // MRUCache entries are often processed in reverse order, so we add this
210 // MRUCache --------------------------------------------------------------------
212 // A functor that does nothing. Used by the MRUCache.
223 class MRUCache : public MRUCacheBase<KeyType,
232 explicit MRUCache(typename ParentType::size_type max_size)
235 virtual ~MRUCache() {
239 DISALLOW_COPY_AND_ASSIGN(MRUCache);
283 // This class is similar to MRUCache, except that it uses base::hash_map as
mru_cache_unittest.cc 36 typedef base::MRUCache<int, CachedItem> Cache;
116 typedef base::MRUCache<int, CachedItem> Cache;
151 typedef base::MRUCache<int, CachedItem> Cache;
  /external/chromium_org/net/http/
http_server_properties_impl.h 142 typedef base::MRUCache<
  /external/chromium_org/gpu/command_buffer/service/
memory_program_cache.h 135 typedef base::MRUCache<std::string,
  /external/chromium_org/ppapi/proxy/
flash_resource.cc 40 : public base::MRUCache<PP_Time, LocalTimeZoneOffsetEntry> {
43 : base::MRUCache<PP_Time, LocalTimeZoneOffsetEntry>(kCacheSize) {}
  /external/chromium/chrome/browser/history/
text_database_manager.h 261 // We kind of abuse the MRUCache because we never move things around in it
263 // this is the metric we use to measure age. The MRUCache gives us an ordered
265 typedef MRUCache<GURL, PageInfo> RecentChangeList;
history_backend.h 558 typedef MRUCache<GURL, history::RedirectList> RedirectCache;
  /external/chromium_org/chrome/common/
instant_restricted_id_cache.h 75 typedef base::MRUCache<InstantRestrictedID, T> CacheImpl;
  /external/chromium_org/chrome/browser/history/
history_backend.h     [all...]

Completed in 963 milliseconds