Home
last modified time | relevance | path

Searched refs:full_hits (Results 1 – 5 of 5) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
Dsafe_browsing_service_browsertest.cc52 std::vector<SBFullHashResult>* full_hits, in ContainsBrowseUrl() argument
57 urls, prefix_hits, full_hits); in ContainsBrowseUrl()
61 std::vector<SBFullHashResult> full_hits; in ContainsDownloadUrl() local
64 urls, prefix_hits, &full_hits); in ContainsDownloadUrl()
91 const std::vector<SBFullHashResult>& full_hits) { in CacheHashResults() argument
100 const std::vector<SBFullHashResult>& full_hits) { in AddUrl() argument
103 badurls_[url.spec()].full_hits = full_hits; in AddUrl()
115 std::vector<SBFullHashResult> full_hits; member
122 std::vector<SBFullHashResult>* full_hits) { in ContainsUrl() argument
137 full_hits->insert(full_hits->end(), in ContainsUrl()
[all …]
Dsafe_browsing_database.h90 std::vector<SBFullHashResult>* full_hits,
142 const std::vector<SBFullHashResult>& full_hits) = 0;
212 std::vector<SBFullHashResult>* full_hits,
224 const std::vector<SBFullHashResult>& full_hits);
Dsafe_browsing_database.cc132 std::vector<SBFullHashResult>* full_hits, in GetCachedFullHashesForBrowse() argument
156 full_hits->push_back(result); in GetCachedFullHashesForBrowse()
583 std::vector<SBFullHashResult>* full_hits, in ContainsBrowseUrl() argument
588 full_hits->clear(); in ContainsBrowseUrl()
652 full_hits, last_update); in ContainsBrowseUrl()
654 full_hits, last_update); in ContainsBrowseUrl()
927 const std::vector<SBFullHashResult>& full_hits) { in CacheHashResults() argument
931 if (full_hits.empty()) { in CacheHashResults()
940 for (std::vector<SBFullHashResult>::const_iterator iter = full_hits.begin(); in CacheHashResults()
941 iter != full_hits.end(); ++iter) { in CacheHashResults()
Dsafe_browsing_service.cc281 std::vector<SBFullHashResult> full_hits; in CheckBrowseUrl() local
284 &full_hits, in CheckBrowseUrl()
299 check->need_get_hash = full_hits.empty(); in CheckBrowseUrl()
301 check->full_hits.swap(full_hits); in CheckBrowseUrl()
736 HandleOneCheck(check, check->full_hits); in OnCheckDone()
Dsafe_browsing_service.h87 std::vector<SBFullHashResult> full_hits; member