HomeSort by relevance Sort by last modified time
    Searched refs:IsResult (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/chrome/browser/safe_browsing/
download_protection_service_unittest.cc 353 testing::AssertionResult IsResult(
397 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
413 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
436 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
490 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
492 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
503 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
505 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN));
516 EXPECT_TRUE(IsResult(DownloadProtectionService::DANGEROUS));
518 EXPECT_TRUE(IsResult(DownloadProtectionService::UNKNOWN))
    [all...]
  /external/chromium_org/media/cdm/ppapi/
cdm_file_io_test.cc 483 DCHECK(!test_steps_.empty() && !IsResult(test_steps_.front()));
501 bool FileIOTest::IsResult(const TestStep& test_step) {
519 DCHECK(IsResult(a) && IsResult(b));
534 if (IsResult(test_steps_.front()))
575 DCHECK(IsResult(result));
585 if (test_steps_.empty() || !IsResult(test_steps_.front()))
591 if (!IsResult(*iter))
cdm_file_io_test.h 93 static bool IsResult(const TestStep& test_step);

Completed in 98 milliseconds