Searched refs:CacheValidityPeriod (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/cert/
H A Dmulti_threaded_cert_verifier.h111 // clock skew). CacheValidityPeriod and CacheExpirationFunctor are helpers to
115 struct CacheValidityPeriod { struct in class:net::MultiThreadedCertVerifier
116 explicit CacheValidityPeriod(const base::Time& now);
117 CacheValidityPeriod(const base::Time& now, const base::Time& expiration);
125 bool operator()(const CacheValidityPeriod& now,
126 const CacheValidityPeriod& expiration) const;
129 typedef ExpiringCache<RequestParams, CachedResult, CacheValidityPeriod,
H A Dmulti_threaded_cert_verifier.cc87 MultiThreadedCertVerifier::CacheValidityPeriod::CacheValidityPeriod( function in class:net::MultiThreadedCertVerifier::CacheValidityPeriod
93 MultiThreadedCertVerifier::CacheValidityPeriod::CacheValidityPeriod( function in class:net::MultiThreadedCertVerifier::CacheValidityPeriod
101 const CacheValidityPeriod& now,
102 const CacheValidityPeriod& expiration) const {
438 cache_.Get(key, CacheValidityPeriod(base::Time::Now()));
543 key, cached_result, CacheValidityPeriod(now),
544 CacheValidityPeriod(now, now + base::TimeDelta::FromSeconds(kTTLSecs)));

Completed in 54 milliseconds