Searched refs:badbin_url (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc506 GURL badbin_url = test_server()->GetURL(kMalwareFile); local
507 std::vector<GURL> badbin_urls(1, badbin_url);
512 // Since badbin_url is not in database, it is considered to be safe.
517 GenUrlFullhashResult(badbin_url, safe_browsing_util::kBinUrlList,
519 SetupResponseForUrl(badbin_url, full_hash_result);
523 // Now, the badbin_url is not safe since it is added to download database.
529 GURL badbin_url = test_server()->GetURL(kMalwareFile); local
533 badbin_urls.push_back(badbin_url);
539 // Since badbin_url is not in database, it is considered to be safe.
544 GenUrlFullhashResult(badbin_url, safe_browsing_uti
576 GURL badbin_url = test_server()->GetURL(kMalwareFile); local
[all...]
/external/chromium_org/chrome/browser/safe_browsing/
H A Dsafe_browsing_service_browsertest.cc617 GURL badbin_url = test_server()->GetURL(kMalwareFile); local
618 std::vector<GURL> badbin_urls(1, badbin_url);
623 // Since badbin_url is not in database, it is considered to be safe.
628 GenUrlFullhashResult(badbin_url, safe_browsing_util::kBinUrlList,
630 SetupResponseForUrl(badbin_url, full_hash_result);
634 // Now, the badbin_url is not safe since it is added to download database.
640 GURL badbin_url = test_server()->GetURL(kMalwareFile); local
644 badbin_urls.push_back(badbin_url);
650 // Since badbin_url is not in database, it is considered to be safe.
655 GenUrlFullhashResult(badbin_url, safe_browsing_uti
687 GURL badbin_url = test_server()->GetURL(kMalwareFile); local
[all...]

Completed in 336 milliseconds