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

  /external/chromium_org/net/cert/
test_root_certs_unittest.cc 51 TEST(TestRootCertsTest, AddFromFile) {
58 EXPECT_TRUE(test_roots->AddFromFile(cert_path));
102 EXPECT_TRUE(test_roots->AddFromFile(
test_root_certs.cc 45 bool TestRootCerts::AddFromFile(const base::FilePath& file) {
test_root_certs.h 50 bool AddFromFile(const base::FilePath& file);
  /external/chromium/net/base/
test_root_certs.cc 46 bool TestRootCerts::AddFromFile(const FilePath& file) {
test_root_certs.h 47 bool AddFromFile(const FilePath& file);
x509_certificate_unittest.cc 472 ASSERT_TRUE(root_certs->AddFromFile(root_cert_path));
    [all...]
  /external/chromium_org/chrome/app/
signature_validator_win_unittest.cc 45 test_roots_->AddFromFile(cert_path);
46 test_roots_->AddFromFile(other_cert_path);
  /external/chromium/net/test/
test_server.cc 341 return root_certs->AddFromFile(GetRootCertificatePath());
  /external/chromium_org/net/test/spawned_test_server/
base_test_server.cc 307 return root_certs->AddFromFile(

Completed in 985 milliseconds