OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TrimCache
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/chrome/browser/ui/app_list/search/common/
webservice_cache.cc
73
TrimCache
();
140
void WebserviceCache::
TrimCache
() {
/external/chromium/net/disk_cache/
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));
/external/chromium_org/net/disk_cache/
mem_backend_impl.cc
242
TrimCache
(true);
307
void MemBackendImpl::
TrimCache
(bool empty) {
329
TrimCache
(false);
eviction.cc
110
void Eviction::
TrimCache
(bool empty) {
148
base::Bind(&Eviction::
TrimCache
, ptr_factory_.GetWeakPtr(), false));
225
TrimCache
(false);
369
base::Bind(&Eviction::
TrimCache
, ptr_factory_.GetWeakPtr(), false));
/external/chromium_org/net/disk_cache/v3/
eviction_v3.cc
109
void Eviction::
TrimCache
(bool empty) {
147
base::Bind(&Eviction::
TrimCache
, ptr_factory_.GetWeakPtr(), false));
242
TrimCache
(false);
352
base::Bind(&Eviction::
TrimCache
, ptr_factory_.GetWeakPtr(), false));
Completed in 63 milliseconds