HomeSort by relevance Sort by last modified time
    Searched defs:RequestParams (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/net/cert/
multi_threaded_cert_verifier.h 83 struct NET_EXPORT_PRIVATE RequestParams {
84 RequestParams(const SHA1HashValue& cert_fingerprint_arg,
89 ~RequestParams();
91 bool operator<(const RequestParams& other) const;
129 typedef ExpiringCache<RequestParams, CachedResult, CacheValidityPeriod,
154 std::map<RequestParams, CertVerifierJob*> inflight_;
multi_threaded_cert_verifier.cc 435 const RequestParams key(cert->fingerprint(), cert->ca_fingerprint(),
448 std::map<RequestParams, CertVerifierJob*>::const_iterator j;
492 MultiThreadedCertVerifier::RequestParams::RequestParams(
507 MultiThreadedCertVerifier::RequestParams::~RequestParams() {}
509 bool MultiThreadedCertVerifier::RequestParams::operator<(
510 const RequestParams& other) const {
535 const RequestParams key(cert->fingerprint(), cert->ca_fingerprint(),
546 std::map<RequestParams, CertVerifierJob*>::iterator j
    [all...]
  /external/chromium/net/base/
cert_verifier.h 125 struct RequestParams {
126 bool operator==(const RequestParams& other) const {
136 bool operator<(const RequestParams& other) const {
165 std::map<RequestParams, CachedCertVerifyResult> cache_;
169 std::map<RequestParams, CertVerifierJob*> inflight_;

Completed in 99 milliseconds