OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eviction_
(Results
1 - 7
of
7
) 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);
785
eviction_
.OnCreateEntry(cache_entry);
892
eviction_
.UpdateRank(entry, modified);
924
eviction_
.OnDoomEntry(entry);
949
eviction_
.OnDestroyEntry(entry);
962
eviction_
.TrimCache(false);
[
all
...]
backend_impl.h
350
Eviction
eviction_
; // Handler of the eviction algorithm.
member in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/
backend_impl.cc
266
eviction_
.Init(this);
296
eviction_
.Stop();
364
eviction_
.TrimCache(true);
492
eviction_
.OnOpenEntry(cache_entry);
594
eviction_
.OnCreateEntry(cache_entry.get());
710
eviction_
.UpdateRank(entry, modified);
744
eviction_
.OnDoomEntry(entry);
806
eviction_
.OnDestroyEntry(entry);
820
eviction_
.TrimCache(false);
1083
eviction_
.SetTestMode()
[
all
...]
backend_impl.h
363
Eviction
eviction_
; // Handler of the eviction algorithm.
member in class:disk_cache::BackendImpl
/external/chromium_org/net/disk_cache/v3/
backend_impl_v3.cc
200
eviction_
.UpdateRank(entry, modified);
215
eviction_
.OnDoomEntry(entry);
243
eviction_
.TrimCache(false);
455
eviction_
.SetTestMode();
456
eviction_
.TrimCache(empty);
460
eviction_
.SetTestMode();
461
eviction_
.TrimDeletedList(empty);
539
eviction_
.OnOpenEntry(cache_entry);
640
eviction_
.OnCreateEntry(cache_entry.get());
675
eviction_
.TrimCache(true)
[
all
...]
backend_impl_v3.h
253
Eviction
eviction_
; // Handler of the eviction algorithm.
member in class:disk_cache::BackendImpl
backend_worker.cc
208
eviction_
.Init(this);
280
eviction_
.Stop();
Completed in 68 milliseconds