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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 96 bool SendClientReportMalwareRequest(const GURL& url) {
99 csd_service_->SendClientReportMalwareRequest(
414 TEST_F(ClientSideDetectionServiceTest, SendClientReportMalwareRequest) {
424 EXPECT_FALSE(SendClientReportMalwareRequest(url));
430 EXPECT_TRUE(SendClientReportMalwareRequest(url));
436 EXPECT_FALSE(SendClientReportMalwareRequest(url));
441 EXPECT_FALSE(SendClientReportMalwareRequest(url));
451 EXPECT_FALSE(SendClientReportMalwareRequest(url));
client_side_detection_service.cc 173 void ClientSideDetectionService::SendClientReportMalwareRequest(

Completed in 3929 milliseconds