Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.cc379 DCHECK(add_chunks_cache_.empty()); in BeginUpdate()
438 if (!ReadToChunkSet(&add_chunks_cache_, header.add_chunk_count, in BeginUpdate()
507 if (!ReadToChunkSet(&add_chunks_cache_, header.add_chunk_count, in DoUpdate()
608 DeleteChunksFromSet(add_del_cache_, &add_chunks_cache_); in DoUpdate()
622 header.add_chunk_count = add_chunks_cache_.size(); in DoUpdate()
632 if (!WriteChunkSet(add_chunks_cache_, new_file_.get(), &context) || in DoUpdate()
698 add_chunks_cache_.insert(chunk_id); in SetAddChunk()
702 return add_chunks_cache_.count(chunk_id) > 0; in CheckAddChunk()
707 out->insert(out->end(), add_chunks_cache_.begin(), add_chunks_cache_.end()); in GetAddChunks()
Dsafe_browsing_store_file.h235 std::set<int32>().swap(add_chunks_cache_); in ClearUpdateBuffers()
263 std::set<int32> add_chunks_cache_; variable