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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc 379 DCHECK(add_chunks_cache_.empty());
438 if (!ReadToChunkSet(&add_chunks_cache_, header.add_chunk_count,
507 if (!ReadToChunkSet(&add_chunks_cache_, header.add_chunk_count,
608 DeleteChunksFromSet(add_del_cache_, &add_chunks_cache_);
622 header.add_chunk_count = add_chunks_cache_.size();
632 if (!WriteChunkSet(add_chunks_cache_, new_file_.get(), &context) ||
698 add_chunks_cache_.insert(chunk_id);
702 return add_chunks_cache_.count(chunk_id) > 0;
707 out->insert(out->end(), add_chunks_cache_.begin(), add_chunks_cache_.end())
    [all...]
safe_browsing_store_file.h 235 std::set<int32>().swap(add_chunks_cache_);
263 std::set<int32> add_chunks_cache_; member in class:SafeBrowsingStoreFile

Completed in 340 milliseconds