Searched refs:IsReportDoomedForTesting (Results 1 – 6 of 6) sorted by relevance
264 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()
551 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()
162 virtual bool IsReportDoomedForTesting(
85 bool IsReportDoomedForTesting(const ReportingReport* report) const override;
137 bool IsReportDoomedForTesting(const ReportingReport* report) const override { in IsReportDoomedForTesting() function in net::__anona1bef6360111::TestReportingCache
358 bool ReportingCacheImpl::IsReportDoomedForTesting( in IsReportDoomedForTesting() function in net::ReportingCacheImpl