HomeSort by relevance Sort by last modified time
    Searched refs:full_hits (Results 1 - 10 of 10) 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
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database.h 92 // list, or |prefix_hits| and |full_hits| contains the matching hash
98 std::vector<SBFullHashResult>* full_hits,
172 const std::vector<SBFullHashResult>& full_hits) = 0;
281 std::vector<SBFullHashResult>* full_hits,
302 const std::vector<SBFullHashResult>& full_hits) OVERRIDE;
safe_browsing_service_browsertest.cc 87 std::vector<SBFullHashResult>* full_hits,
92 urls, prefix_hits, full_hits);
97 std::vector<SBFullHashResult> full_hits; variable
100 urls, prefix_hits, &full_hits);
143 const std::vector<SBFullHashResult>& full_hits) OVERRIDE {
154 const std::vector<SBFullHashResult>& full_hits) {
157 badurls_[url.spec()].full_hits = full_hits;
169 std::vector<SBFullHashResult> full_hits; member in struct:TestSafeBrowsingDatabase::Hits
176 std::vector<SBFullHashResult>* full_hits) {
    [all...]
database_manager.cc 339 std::vector<SBFullHashResult> full_hits; local
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);
    [all...]
safe_browsing_database.cc 182 // add them to |full_hits| if not expired. "Not expired" is when
191 std::vector<SBFullHashResult>* full_hits,
217 full_hits->push_back(result);
634 std::vector<SBFullHashResult>* full_hits,
639 full_hits->clear();
676 full_hits, last_update);
678 full_hits, last_update);
    [all...]
database_manager.h 77 std::vector<SBFullHashResult> full_hits; member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck

Completed in 92 milliseconds