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

  /external/chromium/net/base/
test_root_certs_nss.cc 82 trust_cache_.push_back(new TrustEntry(certificate->os_cert_handle(),
93 for (std::list<TrustEntry*>::reverse_iterator it = trust_cache_.rbegin();
94 it != trust_cache_.rend(); ++it) {
104 STLDeleteElements(&trust_cache_);
108 return trust_cache_.empty();
test_root_certs.h 90 std::list<TrustEntry*> trust_cache_; member in class:net::TestRootCerts

Completed in 31 milliseconds