OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sub_chunks_cache_
(Results
1 - 2
of
2
) sorted by null
/external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.cc
380
DCHECK(
sub_chunks_cache_
.empty());
440
!ReadToChunkSet(&
sub_chunks_cache_
, header.sub_chunk_count,
509
!ReadToChunkSet(&
sub_chunks_cache_
, header.sub_chunk_count,
609
DeleteChunksFromSet(sub_del_cache_, &
sub_chunks_cache_
);
623
header.sub_chunk_count =
sub_chunks_cache_
.size();
633
!WriteChunkSet(
sub_chunks_cache_
, new_file_.get(), &context) ||
711
sub_chunks_cache_
.insert(chunk_id);
715
return
sub_chunks_cache_
.count(chunk_id) > 0;
720
out->insert(out->end(),
sub_chunks_cache_
.begin(),
sub_chunks_cache_
.end())
[
all
...]
safe_browsing_store_file.h
236
std::set<int32>().swap(
sub_chunks_cache_
);
264
std::set<int32>
sub_chunks_cache_
;
member in class:SafeBrowsingStoreFile
Completed in 56 milliseconds