Home | History | Annotate | Download | only in safe_browsing

Lines Matching refs:EXPECT_CALL

172       EXPECT_CALL(*csd_service_, IsPrivateIPAddress(_))
176 EXPECT_CALL(*mock_profile_, IsOffTheRecord())
180 EXPECT_CALL(*sb_service_, MatchCsdWhitelistUrl(url))
184 EXPECT_CALL(*csd_service_, GetValidCachedResult(url, NotNull()))
189 EXPECT_CALL(*csd_service_, IsInCache(url)).WillOnce(Return(*is_in_cache));
192 EXPECT_CALL(*csd_service_, OverReportLimit())
222 EXPECT_CALL(*csd_service_, SendClientReportPhishingRequest(_, _)).Times(0);
236 EXPECT_CALL(*csd_service_,
244 EXPECT_CALL(*sb_service_,
267 EXPECT_CALL(*csd_service_,
275 EXPECT_CALL(*sb_service_,
297 EXPECT_CALL(*csd_service_,
305 EXPECT_CALL(*sb_service_,
353 EXPECT_CALL(*csd_service_,
370 EXPECT_CALL(*csd_service_,
379 EXPECT_CALL(*sb_service_,
383 EXPECT_CALL(*sb_service_,
454 EXPECT_CALL(*csd_service_, IsPrivateIPAddress(_)).Times(0);
584 EXPECT_CALL(*sb_service_,