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

  /external/chromium_org/net/disk_cache/v3/
eviction_v3.h 49 void TrimDeleted(bool empty);
eviction_v3.cc 220 TrimDeleted(empty);
361 TrimDeleted(true);
365 base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), empty));
382 void Eviction::TrimDeleted(bool empty) {
406 base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), false));
  /external/chromium/net/disk_cache/
eviction.h 65 void TrimDeleted(bool empty);
eviction.cc 197 TrimDeleted(empty);
352 TrimDeleted(true);
356 factory_.NewRunnableMethod(&Eviction::TrimDeleted, empty));
464 void Eviction::TrimDeleted(bool empty) {
492 factory_.NewRunnableMethod(&Eviction::TrimDeleted, false));
  /external/chromium_org/net/disk_cache/
eviction.h 65 void TrimDeleted(bool empty);
eviction.cc 205 TrimDeleted(empty);
378 TrimDeleted(true);
382 base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), empty));
491 void Eviction::TrimDeleted(bool empty) {
515 base::Bind(&Eviction::TrimDeleted, ptr_factory_.GetWeakPtr(), false));

Completed in 45 milliseconds