Home
last modified time | relevance | path

Searched refs:key_hashes (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/net/disk_cache/simple/
Dsimple_synchronous_entry.cc267 const std::vector<uint64>* key_hashes, in DoomEntrySet() argument
270 key_hashes->begin(), key_hashes->end(), std::bind1st( in DoomEntrySet()
272 return (did_delete_count == key_hashes->size()) ? net::OK : net::ERR_FAILED; in DoomEntrySet()
Dsimple_synchronous_entry.h137 static int DoomEntrySet(const std::vector<uint64>* key_hashes,