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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h 238 base::hash_set<int32>().swap(sub_del_cache_);
271 base::hash_set<int32> sub_del_cache_; member in class:SafeBrowsingStoreFile
safe_browsing_store_file.cc 382 DCHECK(sub_del_cache_.empty());
605 add_del_cache_, sub_del_cache_);
609 DeleteChunksFromSet(sub_del_cache_, &sub_chunks_cache_);
728 sub_del_cache_.insert(chunk_id);

Completed in 1431 milliseconds