Home
last modified time | relevance | path

Searched refs:IsReportDoomedForTesting (Results 1 – 6 of 6) sorted by relevance

/external/cronet/net/reporting/
Dreporting_cache_unittest.cc264 EXPECT_FALSE(cache()->IsReportDoomedForTesting(report)); in TEST_P()
313 EXPECT_FALSE(cache()->IsReportDoomedForTesting(reports[0])); in TEST_P()
317 EXPECT_FALSE(cache()->IsReportDoomedForTesting(reports[0])); in TEST_P()
325 EXPECT_TRUE(cache()->IsReportDoomedForTesting(reports[0])); in TEST_P()
350 EXPECT_FALSE(cache()->IsReportDoomedForTesting(reports[0])); in TEST_P()
354 EXPECT_FALSE(cache()->IsReportDoomedForTesting(reports[0])); in TEST_P()
362 EXPECT_TRUE(cache()->IsReportDoomedForTesting(reports[0])); in TEST_P()
Dreporting_delivery_agent_unittest.cc551 EXPECT_FALSE(cache()->IsReportDoomedForTesting(report)); in TEST_F()
557 EXPECT_TRUE(cache()->IsReportDoomedForTesting(report)); in TEST_F()
592 EXPECT_FALSE(cache()->IsReportDoomedForTesting(report)); in TEST_F()
598 EXPECT_TRUE(cache()->IsReportDoomedForTesting(report)); in TEST_F()
Dreporting_cache.h162 virtual bool IsReportDoomedForTesting(
Dreporting_cache_impl.h85 bool IsReportDoomedForTesting(const ReportingReport* report) const override;
Dreporting_endpoint_manager_unittest.cc137 bool IsReportDoomedForTesting(const ReportingReport* report) const override { in IsReportDoomedForTesting() function in net::__anona1bef6360111::TestReportingCache
Dreporting_cache_impl.cc358 bool ReportingCacheImpl::IsReportDoomedForTesting( in IsReportDoomedForTesting() function in net::ReportingCacheImpl