OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eviction_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
backend_impl.cc
504
eviction_
.Init(this);
518
eviction_
.Stop();
583
eviction_
.TrimCache(true);
688
eviction_
.OnOpenEntry(cache_entry);
772
eviction_
.OnCreateEntry(cache_entry);
882
eviction_
.UpdateRank(entry, modified);
914
eviction_
.OnDoomEntry(entry);
939
eviction_
.OnDestroyEntry(entry);
952
eviction_
.TrimCache(false);
[
all
...]
backend_impl.h
350
Eviction
eviction_
; // Handler of the eviction algorithm.
member in class:disk_cache::BackendImpl
Completed in 16 milliseconds