OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TrimCache
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/disk_cache/
eviction.h
32
void
TrimCache
(bool empty);
mem_backend_impl.h
100
void
TrimCache
(bool empty);
mem_backend_impl.cc
234
TrimCache
(true);
293
void MemBackendImpl::
TrimCache
(bool empty) {
315
TrimCache
(false);
eviction.cc
102
void Eviction::
TrimCache
(bool empty) {
139
factory_.NewRunnableMethod(&Eviction::
TrimCache
, false));
215
TrimCache
(false);
342
factory_.NewRunnableMethod(&Eviction::
TrimCache
, false));
backend_impl.cc
583
eviction_.
TrimCache
(true);
962
eviction_.
TrimCache
(false);
[
all
...]
Completed in 97 milliseconds