Searched defs:to_doom_individually_hashes (Results 1 - 1 of 1) sorted by last modified time

/external/chromium_org/net/disk_cache/simple/
H A Dsimple_backend_impl.cc306 std::vector<uint64> to_doom_individually_hashes; local
322 to_doom_individually_hashes.push_back(entry_hash);
329 MakeBarrierCompletionCallback(to_doom_individually_hashes.size() + 1,
332 it = to_doom_individually_hashes.begin(),
333 end = to_doom_individually_hashes.end(); it != end; ++it) {

Completed in 50 milliseconds