HomeSort by relevance Sort by last modified time
    Searched defs:ScopedTestRoot (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/net/cert/
test_root_certs.cc 58 ScopedTestRoot::ScopedTestRoot() {}
60 ScopedTestRoot::ScopedTestRoot(X509Certificate* cert) {
64 ScopedTestRoot::~ScopedTestRoot() {
68 void ScopedTestRoot::Reset(X509Certificate* cert) {
test_root_certs.h 127 class NET_EXPORT_PRIVATE ScopedTestRoot {
129 ScopedTestRoot();
130 // Creates a ScopedTestRoot that will adds|cert| to the TestRootCerts store.
131 explicit ScopedTestRoot(X509Certificate* cert);
132 ~ScopedTestRoot();
135 // any work the ScopedTestRoot may have previously done.
144 DISALLOW_COPY_AND_ASSIGN(ScopedTestRoot);

Completed in 68 milliseconds