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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_store_file.h 227 std::vector<SBSubFullHash>().swap(sub_hashes_);
246 std::vector<SBSubFullHash> sub_hashes_; member in class:SafeBrowsingStoreFile
safe_browsing_store_file.cc 350 sub_hashes_.push_back(SBSubFullHash(chunk_id, add_chunk_id, full_hash));
386 DCHECK(sub_hashes_.empty());
451 !add_hashes_.size() && !sub_hashes_.size())
458 header.sub_hash_count = sub_hashes_.size();
465 !WriteVector(sub_hashes_, new_file_.get(), NULL))

Completed in 36 milliseconds