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

  /external/chromium_org/net/cert/
test_root_certs_nss.cc 89 trust_cache_.push_back(new TrustEntry(cert_handle, original_trust));
99 for (std::list<TrustEntry*>::reverse_iterator it = trust_cache_.rbegin();
100 it != trust_cache_.rend(); ++it) {
110 STLDeleteElements(&trust_cache_);
114 return trust_cache_.empty();
119 for (std::list<TrustEntry*>::const_iterator it = trust_cache_.begin();
120 it != trust_cache_.end(); ++it) {
test_root_certs.h 108 std::list<TrustEntry*> trust_cache_; member in class:net::TestRootCerts

Completed in 1052 milliseconds