ReadToContainer   268 chrome/browser/safe_browsing/safe_browsing_store_file.cc   if (!ReadToContainer(add_chunks, add_chunks_count, fp, context) ||
ReadToContainer   269 chrome/browser/safe_browsing/safe_browsing_store_file.cc       !ReadToContainer(sub_chunks, sub_chunks_count, fp, context)) {
ReadToContainer   408 chrome/browser/safe_browsing/safe_browsing_store_file.cc         ReadToContainer(&add_prefixes_, add_prefix_count, fp, context) &&
ReadToContainer   409 chrome/browser/safe_browsing/safe_browsing_store_file.cc         ReadToContainer(&sub_prefixes_, sub_prefix_count, fp, context) &&
ReadToContainer   410 chrome/browser/safe_browsing/safe_browsing_store_file.cc         ReadToContainer(&add_full_hashes_, add_hash_count, fp, context) &&
ReadToContainer   411 chrome/browser/safe_browsing/safe_browsing_store_file.cc         ReadToContainer(&sub_full_hashes_, sub_hash_count, fp, context);