HomeSort by relevance Sort by last modified time
    Searched refs:TrimDeleted (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/net/disk_cache/blockfile/
eviction_v3.h 54 void TrimDeleted(bool empty);
eviction.h 65 void TrimDeleted(bool empty);
eviction_v3.cc 229 TrimDeleted(empty);
370 TrimDeleted(true);
374 base::Bind(&EvictionV3::TrimDeleted, ptr_factory_.GetWeakPtr(), empty));
391 void EvictionV3::TrimDeleted(bool empty) {
415 base::Bind(&EvictionV3::TrimDeleted, ptr_factory_.GetWeakPtr(), false));
eviction.cc 209 TrimDeleted(empty);
383 TrimDeleted(true);
387 base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), empty));
496 void Eviction::TrimDeleted(bool empty) {
520 base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), false));

Completed in 43 milliseconds