Searched refs:NO_AUTO_EVICT (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/net/
H A Dtimed_cache.cc12 : mru_cache_(UrlMruTimedCache::NO_AUTO_EVICT),
/external/chromium_org/base/containers/
H A Dmru_cache_unittest.cc37 Cache cache(Cache::NO_AUTO_EVICT);
117 Cache cache(Cache::NO_AUTO_EVICT);
152 Cache cache(Cache::NO_AUTO_EVICT);
190 Cache cache(Cache::NO_AUTO_EVICT);
212 Cache cache2(Cache::NO_AUTO_EVICT);
222 Cache cache2(Cache::NO_AUTO_EVICT);
258 Cache cache(Cache::NO_AUTO_EVICT);
H A Dmru_cache.h63 enum { NO_AUTO_EVICT = 0 }; enumerator in enum:base::MRUCacheBase::__anon2211
68 // can pass NO_AUTO_EVICT to not restrict the cache size.
97 } else if (max_size_ != NO_AUTO_EVICT) {
231 // See MRUCacheBase, noting the possibility of using NO_AUTO_EVICT.
265 // See MRUCacheBase, noting the possibility of using NO_AUTO_EVICT.
297 // See MRUCacheBase, noting the possibility of using NO_AUTO_EVICT.
/external/chromium_org/net/http/
H A Dhttp_server_properties_impl.cc24 : spdy_servers_map_(SpdyServerHostPortMap::NO_AUTO_EVICT),
25 alternate_protocol_map_(AlternateProtocolMap::NO_AUTO_EVICT),
28 spdy_settings_map_(SpdySettingsMap::NO_AUTO_EVICT),
H A Dhttp_server_properties_impl_unittest.cc294 AlternateProtocolMap::NO_AUTO_EVICT);
501 SpdySettingsMap spdy_settings_map(SpdySettingsMap::NO_AUTO_EVICT);
/external/chromium_org/chrome/browser/ui/app_list/search/common/
H A Dwebservice_cache.cc30 : cache_(Cache::NO_AUTO_EVICT),
/external/chromium_org/gpu/command_buffer/service/
H A Dmemory_program_cache.cc107 store_(ProgramMRUCache::NO_AUTO_EVICT) {
113 store_(ProgramMRUCache::NO_AUTO_EVICT) {
/external/chromium_org/base/memory/
H A Ddiscardable_memory_manager.cc22 : allocations_(AllocationMap::NO_AUTO_EVICT),

Completed in 1944 milliseconds