Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_store_file.cc380 DCHECK(sub_chunks_cache_.empty()); in BeginUpdate()
440 !ReadToChunkSet(&sub_chunks_cache_, header.sub_chunk_count, in BeginUpdate()
509 !ReadToChunkSet(&sub_chunks_cache_, header.sub_chunk_count, in DoUpdate()
609 DeleteChunksFromSet(sub_del_cache_, &sub_chunks_cache_); in DoUpdate()
623 header.sub_chunk_count = sub_chunks_cache_.size(); in DoUpdate()
633 !WriteChunkSet(sub_chunks_cache_, new_file_.get(), &context) || in DoUpdate()
711 sub_chunks_cache_.insert(chunk_id); in SetSubChunk()
715 return sub_chunks_cache_.count(chunk_id) > 0; in CheckSubChunk()
720 out->insert(out->end(), sub_chunks_cache_.begin(), sub_chunks_cache_.end()); in GetSubChunks()
Dsafe_browsing_store_file.h236 std::set<int32>().swap(sub_chunks_cache_); in ClearUpdateBuffers()
264 std::set<int32> sub_chunks_cache_; variable