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

  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_store.cc 108 void RemoveDeleted(ItemsT* items, const base::hash_set<int32>& del_set) {
212 RemoveDeleted(add_prefixes, add_chunks_deleted);
213 RemoveDeleted(sub_prefixes, sub_chunks_deleted);
214 RemoveDeleted(add_full_hashes, add_chunks_deleted);
215 RemoveDeleted(sub_full_hashes, sub_chunks_deleted);
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store.cc 109 void RemoveDeleted(std::vector<T>* vec, const base::hash_set<int32>& del_set) {
221 RemoveDeleted(add_prefixes, add_chunks_deleted);
222 RemoveDeleted(sub_prefixes, sub_chunks_deleted);
223 RemoveDeleted(add_full_hashes, add_chunks_deleted);
224 RemoveDeleted(sub_full_hashes, sub_chunks_deleted);

Completed in 281 milliseconds