Searched refs:IsResult (Results 1 – 3 of 3) sorted by relevance
353 testing::AssertionResult IsResult( in IsResult() function in safe_browsing::DownloadProtectionServiceTest397 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN)); in TEST_F()413 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN)); in TEST_F()436 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN)); in TEST_F()490 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS)); in TEST_F()492 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN)); in TEST_F()503 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS)); in TEST_F()505 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN)); in TEST_F()516 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS)); in TEST_F()518 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN)); in TEST_F()[all …]
483 DCHECK(!test_steps_.empty() && !IsResult(test_steps_.front())); in Run()501 bool FileIOTest::IsResult(const TestStep& test_step) { in IsResult() function in media::FileIOTest519 DCHECK(IsResult(a) && IsResult(b)); in MatchesResult()534 if (IsResult(test_steps_.front())) in RunNextStep()575 DCHECK(IsResult(result)); in OnResult()585 if (test_steps_.empty() || !IsResult(test_steps_.front())) in CheckResult()591 if (!IsResult(*iter)) in CheckResult()
93 static bool IsResult(const TestStep& test_step);