Home | History | Annotate | Download | only in safe_browsing

Lines Matching defs:cache_hits

425   std::vector<SBFullHashResult> cache_hits;
428 database_->ContainsBrowseUrl(url, &prefix_hits, &cache_hits);
442 check->need_get_hash = cache_hits.empty();
444 check->cache_hits.swap(cache_hits);
774 bool is_threat = HandleOneCheck(check, check->cache_hits);
775 // cache_hits should only contain hits for a fullhash we searched for, so if