Searched defs:ResetCertStore (Results 1 - 2 of 2) sorted by relevance
/external/chromium/net/base/ | ||
H A D | x509_certificate_openssl.cc | 221 void ResetCertStore() { function in class:net::__anon3023::X509InitSingleton 234 ResetCertStore(); 333 void X509Certificate::ResetCertStore() { function in class:net::X509Certificate 334 X509InitSingleton::GetInstance()->ResetCertStore(); |
/external/chromium_org/net/cert/ | ||
H A D | x509_certificate_openssl.cc | 168 void ResetCertStore() { function in class:net::__anon8598::X509InitSingleton 181 ResetCertStore(); 291 void X509Certificate::ResetCertStore() { function in class:net::X509Certificate 292 X509InitSingleton::GetInstance()->ResetCertStore(); |
Completed in 89 milliseconds