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

  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_service.h 87 std::vector<SBFullHashResult> full_hits; member in struct:SafeBrowsingService::SafeBrowsingCheck
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_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...]
  /external/chromium_org/chrome/browser/safe_browsing/
database_manager.h 79 std::vector<SBFullHashResult> full_hits; member in struct:SafeBrowsingDatabaseManager::SafeBrowsingCheck
database_manager.cc 374 std::vector<SBFullHashResult> full_hits; local
377 database_->ContainsBrowseUrl(url, &list, &prefix_hits, &full_hits,
392 check->need_get_hash = full_hits.empty();
394 check->full_hits.swap(full_hits);
749 HandleOneCheck(check, check->full_hits);
    [all...]
safe_browsing_service_browsertest.cc 90 std::vector<SBFullHashResult>* full_hits,
95 urls, prefix_hits, full_hits);
100 std::vector<SBFullHashResult> full_hits; variable
103 urls, prefix_hits, &full_hits);
149 const std::vector<SBFullHashResult>& full_hits) OVERRIDE {
160 const std::vector<SBFullHashResult>& full_hits) {
163 badurls_[url.spec()].full_hits = full_hits;
175 std::vector<SBFullHashResult> full_hits; member in struct:TestSafeBrowsingDatabase::Hits
182 std::vector<SBFullHashResult>* full_hits) {
    [all...]

Completed in 95 milliseconds