Searched defs:DeleteBlock (Results 1 - 2 of 2) sorted by relevance

/external/chromium/net/disk_cache/
H A Dblock_files.cc122 HISTOGRAM_TIMES("DiskCache.DeleteBlock", TimeTicks::Now() - start);
275 void BlockFiles::DeleteBlock(Addr address, bool deep) { function in class:disk_cache::BlockFiles
288 Trace("DeleteBlock 0x%x", address.value());
H A Dbackend_impl.cc748 block_files_.DeleteBlock(entry_address, false);
759 block_files_.DeleteBlock(entry_address, false);
760 block_files_.DeleteBlock(node_address, false);
882 void BackendImpl::DeleteBlock(Addr block_address, bool deep) { function in class:disk_cache::BackendImpl
883 block_files_.DeleteBlock(block_address, deep);
1784 DeleteBlock(next->address(), true);

Completed in 151 milliseconds