Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:full_hits

339   std::vector<SBFullHashResult> full_hits;
342 database_->ContainsBrowseUrl(url, &list, &prefix_hits, &full_hits,
356 check->need_get_hash = full_hits.empty();
358 check->full_hits.swap(full_hits);
687 HandleOneCheck(check, check->full_hits);