Searched refs:SetCertificate (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/net/http/
H A Ddisk_based_cert_cache_unittest.cc91 // Helper class, for use with DiskBasedCertCache::SetCertificate, that will
93 // DiskBasedCertCache::SetCertificate.
99 // Blocks until the underlying SetCertificate() operation has succeeded.
103 // DiskBasedCertCache::SetCertificate(). The returned callback is only valid
200 cache.SetCertificate(cert->os_cert_handle(), set_callback.callback());
237 cache.SetCertificate(cert->os_cert_handle(), set_callback.callback());
307 // first SetCertificate operation is not yet complete when the second
308 // SetCertificate is called, and then IgnoreCallbacks(false) continues the
311 cache.SetCertificate(cert->os_cert_handle(), set_callback1.callback());
312 cache.SetCertificate(cer
[all...]
H A Ddisk_based_cert_cache.h47 void SetCertificate(const X509Certificate::OSCertHandle cert_handle,
51 // on SetCertificate and GetCertificate operations. Intended for test purposes
56 // on SetCertificate and GetCertificate operations. Intended for test purposes
H A Ddisk_based_cert_cache.cc52 // WriteWorkers represent pending SetCertificate jobs in the DiskBasedCertCache.
556 void DiskBasedCertCache::SetCertificate( function in class:net::DiskBasedCertCache
H A Dhttp_cache_transaction.cc1934 cache_->cert_cache()->SetCertificate(
1945 cache_->cert_cache()->SetCertificate(*it,

Completed in 422 milliseconds