HomeSort by relevance Sort by last modified time
    Searched refs:full_hits (Results 1 - 5 of 5) sorted by null

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database.h 84 // list, or |prefix_hits| and |full_hits| contains the matching hash
90 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);
safe_browsing_service_browsertest.cc 52 std::vector<SBFullHashResult>* full_hits,
57 urls, prefix_hits, full_hits);
61 std::vector<SBFullHashResult> full_hits; local
64 urls, prefix_hits, &full_hits);
91 const std::vector<SBFullHashResult>& full_hits) {
100 const std::vector<SBFullHashResult>& full_hits) {
103 badurls_[url.spec()].full_hits = full_hits;
115 std::vector<SBFullHashResult> full_hits; member in struct:TestSafeBrowsingDatabase::Hits
122 std::vector<SBFullHashResult>* full_hits) {
    [all...]
safe_browsing_database.cc 123 // add them to |full_hits| if not expired. "Not expired" is when
132 std::vector<SBFullHashResult>* full_hits,
156 full_hits->push_back(result);
583 std::vector<SBFullHashResult>* full_hits,
588 full_hits->clear();
652 full_hits, last_update);
654 full_hits, last_update);
    [all...]
safe_browsing_service.cc 281 std::vector<SBFullHashResult> full_hits; local
284 &full_hits,
299 check->need_get_hash = full_hits.empty();
301 check->full_hits.swap(full_hits);
736 HandleOneCheck(check, check->full_hits);
    [all...]
safe_browsing_service.h 87 std::vector<SBFullHashResult> full_hits; member in struct:SafeBrowsingService::SafeBrowsingCheck

Completed in 123 milliseconds