HomeSort by relevance Sort by last modified time
    Searched full:test_roots (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/net/cert/
test_root_certs_unittest.cc 38 TestRootCerts* test_roots = TestRootCerts::GetInstance(); local
39 ASSERT_NE(static_cast<TestRootCerts*>(NULL), test_roots); local
40 EXPECT_TRUE(test_roots->IsEmpty());
42 EXPECT_TRUE(test_roots->Add(root_cert.get()));
43 EXPECT_FALSE(test_roots->IsEmpty());
45 test_roots->Clear();
46 EXPECT_TRUE(test_roots->IsEmpty());
52 TestRootCerts* test_roots = TestRootCerts::GetInstance(); local
53 ASSERT_NE(static_cast<TestRootCerts*>(NULL), test_roots); local
54 EXPECT_TRUE(test_roots->IsEmpty())
79 TestRootCerts* test_roots = TestRootCerts::GetInstance(); local
80 ASSERT_NE(static_cast<TestRootCerts*>(NULL), test_roots); local
    [all...]

Completed in 32 milliseconds