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

  /external/chromium_org/net/ssl/
server_bound_cert_service.h 27 class ServerBoundCertServiceJob;
151 std::map<std::string, ServerBoundCertServiceJob*> inflight_;
server_bound_cert_service.cc 275 // A ServerBoundCertServiceJob is a one-to-one counterpart of an
278 class ServerBoundCertServiceJob {
280 ServerBoundCertServiceJob() { }
282 ~ServerBoundCertServiceJob() {
415 ServerBoundCertServiceJob* job = NULL;
416 std::map<std::string, ServerBoundCertServiceJob*>::const_iterator j;
475 job = new ServerBoundCertServiceJob();
499 std::map<std::string, ServerBoundCertServiceJob*>::iterator j;
569 std::map<std::string, ServerBoundCertServiceJob*>::iterator j;
575 ServerBoundCertServiceJob* job = j->second
    [all...]

Completed in 568 milliseconds