OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_AUTO_EVICT
(Results
1 - 9
of
9
) sorted by null
/external/chromium_org/chrome/browser/net/
timed_cache.cc
12
: mru_cache_(UrlMruTimedCache::
NO_AUTO_EVICT
),
predictor.cc
188
: mru_preconnects_(MRUPreconnects::
NO_AUTO_EVICT
),
[
all
...]
/external/chromium_org/base/containers/
mru_cache_unittest.cc
37
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
);
mru_cache.h
63
enum {
NO_AUTO_EVICT
= 0 };
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/content/browser/renderer_host/
backing_store_manager.cc
118
large_cache = new BackingStoreCache(BackingStoreCache::
NO_AUTO_EVICT
);
119
small_cache = new BackingStoreCache(BackingStoreCache::
NO_AUTO_EVICT
);
/external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.cc
30
: cache_(Cache::
NO_AUTO_EVICT
),
/external/chromium/chrome/browser/history/
text_database_manager.cc
85
recent_changes_(RecentChangeList::
NO_AUTO_EVICT
),
87
db_cache_(DBCache::
NO_AUTO_EVICT
),
/external/chromium_org/gpu/command_buffer/service/
memory_program_cache.cc
107
store_(ProgramMRUCache::
NO_AUTO_EVICT
) {
113
store_(ProgramMRUCache::
NO_AUTO_EVICT
) {
/external/chromium_org/base/memory/
discardable_memory_provider.cc
28
: allocations_(AllocationMap::
NO_AUTO_EVICT
),
Completed in 302 milliseconds