MRUCache          223 base/containers/mru_cache.h class MRUCache : public MRUCacheBase<KeyType,
MRUCache          232 base/containers/mru_cache.h   explicit MRUCache(typename ParentType::size_type max_size)
MRUCache          235 base/containers/mru_cache.h   virtual ~MRUCache() {
MRUCache          239 base/containers/mru_cache.h   DISALLOW_COPY_AND_ASSIGN(MRUCache);
MRUCache          842 chrome/browser/history/history_backend.h   typedef base::MRUCache<GURL, history::RedirectList> RedirectCache;
MRUCache          179 chrome/browser/net/predictor.cc   typedef base::MRUCache<GURL, PreconnectPrecisionStat> MRUPreconnects;
MRUCache           37 chrome/browser/net/timed_cache.h   typedef base::MRUCache<GURL, base::TimeTicks> UrlMruTimedCache;
MRUCache           75 chrome/common/instant_restricted_id_cache.h   typedef base::MRUCache<InstantRestrictedID, T> CacheImpl;
MRUCache          135 gpu/command_buffer/service/memory_program_cache.h   typedef base::MRUCache<std::string,
MRUCache           66 net/http/http_server_properties.h typedef base::MRUCache<
MRUCache           68 net/http/http_server_properties.h typedef base::MRUCache<HostPortPair, SettingsMap> SpdySettingsMap;
MRUCache          151 net/http/http_server_properties_impl.h   typedef base::MRUCache<
MRUCache           40 ppapi/proxy/flash_resource.cc     : public base::MRUCache<PP_Time, LocalTimeZoneOffsetEntry> {
MRUCache           43 ppapi/proxy/flash_resource.cc       : base::MRUCache<PP_Time, LocalTimeZoneOffsetEntry>(kCacheSize) {}