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

  /external/chromium_org/net/ssl/
server_bound_cert_service.cc 213 // ServerBoundCertServiceWorker runs on a worker thread and takes care of the
216 class ServerBoundCertServiceWorker {
223 ServerBoundCertServiceWorker(
240 base::Bind(&ServerBoundCertServiceWorker::Run, base::Owned(this)));
272 DISALLOW_COPY_AND_ASSIGN(ServerBoundCertServiceWorker);
276 // ServerBoundCertServiceWorker. It lives only on the ServerBoundCertService's
460 ServerBoundCertServiceWorker* worker = new ServerBoundCertServiceWorker(
466 LOG(ERROR) << "ServerBoundCertServiceWorker couldn't be started.";
516 ServerBoundCertServiceWorker* worker = new ServerBoundCertServiceWorker
    [all...]
server_bound_cert_service.h 29 class ServerBoundCertServiceWorker;

Completed in 39 milliseconds