Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:full_hashes

65 // |true| if there were any prefix hits in |full_hashes|.
69 const std::vector<SBFullHashResult>& full_hashes) {
71 if (full_hashes.empty()) {
380 const std::vector<SBFullHashResult>& full_hashes,
397 OnHandleGetHashResults(check, full_hashes); // 'check' is deleted here.
401 database_->CacheHashResults(prefixes, full_hashes);
930 const std::vector<SBFullHashResult>& full_hashes) {
932 GetDatabase()->CacheHashResults(prefixes, full_hashes);
937 const std::vector<SBFullHashResult>& full_hashes) {
943 const bool hit = HandleOneCheck(check, full_hashes);
944 RecordGetHashCheckStatus(hit, is_download, full_hashes);
953 if (HandleOneCheck(*r, full_hashes))
956 RecordGetHashCheckStatus(hit, is_download, full_hashes);
963 const std::vector<SBFullHashResult>& full_hashes) {
971 index = safe_browsing_util::GetUrlHashIndex(check->urls[i], full_hashes);
976 index = safe_browsing_util::GetHashIndex(*(check->full_hash), full_hashes);
983 check->result = GetResultFromListname(full_hashes[index].list_name);