Searched refs:GetFullReportCountForTesting (Results 1 – 5 of 5) sorted by relevance
333 EXPECT_EQ(1u, cache()->GetFullReportCountForTesting()); in TEST_P()337 EXPECT_EQ(0u, cache()->GetFullReportCountForTesting()); in TEST_P()371 EXPECT_EQ(1u, cache()->GetFullReportCountForTesting()); in TEST_P()375 EXPECT_EQ(0u, cache()->GetFullReportCountForTesting()); in TEST_P()
163 virtual size_t GetFullReportCountForTesting() const = 0;
90 size_t GetFullReportCountForTesting() const override;
133 size_t GetFullReportCountForTesting() const override { in GetFullReportCountForTesting() function in net::__anonadb277670111::TestReportingCache
346 size_t ReportingCacheImpl::GetFullReportCountForTesting() const { in GetFullReportCountForTesting() function in net::ReportingCacheImpl