Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:prefix_hits

280   std::vector<SBPrefix> prefix_hits;
283 database_->ContainsBrowseUrl(url, &list, &prefix_hits,
300 check->prefix_hits.swap(prefix_hits);
396 std::vector<SBPrefix> prefixes = check->prefix_hits;
714 if (check->prefix_hits.size() == 1) {
715 SBPrefix prefix = check->prefix_hits[0];
732 protocol_manager_->GetFullHash(check, check->prefix_hits);
940 SBPrefix prefix = check->prefix_hits[0];
942 if (check->prefix_hits.size() > 1 || it == gethash_requests_.end()) {
1108 check->prefix_hits.push_back(check->full_hash->prefix);
1118 std::vector<SBPrefix> prefix_hits;
1120 if (!database_->ContainsDownloadUrl(check->urls, &prefix_hits)) {
1132 check->prefix_hits.clear();
1133 check->prefix_hits = prefix_hits;