TrimDeleted       208 net/disk_cache/blockfile/eviction.cc   TrimDeleted(empty);
TrimDeleted       381 net/disk_cache/blockfile/eviction.cc     TrimDeleted(true);
TrimDeleted       385 net/disk_cache/blockfile/eviction.cc         base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), empty));
TrimDeleted       518 net/disk_cache/blockfile/eviction.cc         base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), false));
TrimDeleted        65 net/disk_cache/blockfile/eviction.h   void TrimDeleted(bool empty);
TrimDeleted       229 net/disk_cache/blockfile/eviction_v3.cc   TrimDeleted(empty);
TrimDeleted       370 net/disk_cache/blockfile/eviction_v3.cc     TrimDeleted(true);
TrimDeleted       374 net/disk_cache/blockfile/eviction_v3.cc         base::Bind(&EvictionV3::TrimDeleted, ptr_factory_.GetWeakPtr(), empty));
TrimDeleted       415 net/disk_cache/blockfile/eviction_v3.cc         base::Bind(&EvictionV3::TrimDeleted, ptr_factory_.GetWeakPtr(), false));
TrimDeleted        54 net/disk_cache/blockfile/eviction_v3.h   void TrimDeleted(bool empty);