Home | History | Annotate | Download | only in base

Lines Matching defs:Insert

60   void Insert(X509Certificate* cert);
86 // Insert |cert| into the cache. The cache does NOT AddRef |cert|.
88 void X509CertificateCache::Insert(X509Certificate* cert) {
92 "Only insert certs with real fingerprints.";
183 cache->Insert(cert);