Home | History | Annotate | Download | only in base

Lines Matching defs:TestRootCerts

18 // TestRootCerts.
19 class TestRootCerts::TrustEntry {
40 TestRootCerts::TrustEntry::TrustEntry(CERTCertificate* certificate,
46 TestRootCerts::TrustEntry::~TrustEntry() {
50 bool TestRootCerts::Add(X509Certificate* certificate) {
87 void TestRootCerts::Clear() {
107 bool TestRootCerts::IsEmpty() const {
111 TestRootCerts::~TestRootCerts() {
115 void TestRootCerts::Init() {