Searched refs:OverReportLimit (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/safe_browsing/
H A Dclient_side_detection_service.h110 virtual bool OverReportLimit();
H A Dclient_side_detection_host.cc198 } else if (csd_service_->OverReportLimit()) {
H A Dclient_side_detection_host_unittest.cc63 MOCK_METHOD0(OverReportLimit, bool());
192 EXPECT_CALL(*csd_service_, OverReportLimit())
H A Dclient_side_detection_service.cc409 bool ClientSideDetectionService::OverReportLimit() { function in class:safe_browsing::ClientSideDetectionService

Completed in 145 milliseconds