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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service_unittest.cc 97 bool SendClientReportMalwareRequest(const GURL& url) {
100 csd_service_->SendClientReportMalwareRequest(
440 TEST_F(ClientSideDetectionServiceTest, SendClientReportMalwareRequest) {
451 EXPECT_FALSE(SendClientReportMalwareRequest(url));
458 EXPECT_FALSE(SendClientReportMalwareRequest(url));
465 EXPECT_TRUE(SendClientReportMalwareRequest(url));
473 EXPECT_FALSE(SendClientReportMalwareRequest(url));
479 EXPECT_FALSE(SendClientReportMalwareRequest(url));
client_side_detection_service.h 112 virtual void SendClientReportMalwareRequest(
client_side_detection_host.cc 677 csd_service_->SendClientReportMalwareRequest(request.release(), callback);
client_side_detection_service.cc 177 void ClientSideDetectionService::SendClientReportMalwareRequest(
client_side_detection_host_unittest.cc 118 MOCK_METHOD2(SendClientReportMalwareRequest,
793 SendClientReportMalwareRequest(
    [all...]

Completed in 69 milliseconds