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

  /external/chromium_org/chrome/browser/safe_browsing/
client_side_detection_service.h 138 virtual bool OverMalwareReportLimit();
client_side_detection_host.cc 278 if (csd_service_->OverMalwareReportLimit()) {
client_side_detection_service.cc 556 bool ClientSideDetectionService::OverMalwareReportLimit() {
client_side_detection_host_unittest.cc 125 MOCK_METHOD0(OverMalwareReportLimit, bool());
298 EXPECT_CALL(*csd_service_, OverMalwareReportLimit())
    [all...]
client_side_detection_service_unittest.cc 487 EXPECT_TRUE(csd_service_->OverMalwareReportLimit());

Completed in 506 milliseconds