OCSPRequestSession   81 net/ocsp/nss_ocsp.cc   void AddRequest(OCSPRequestSession* request);
OCSPRequestSession   82 net/ocsp/nss_ocsp.cc   void RemoveRequest(OCSPRequestSession* request);
OCSPRequestSession  111 net/ocsp/nss_ocsp.cc   std::set<OCSPRequestSession*> requests_;  // Protected by |lock_|.
OCSPRequestSession  180 net/ocsp/nss_ocsp.cc     : public base::RefCountedThreadSafe<OCSPRequestSession>,
OCSPRequestSession  183 net/ocsp/nss_ocsp.cc   OCSPRequestSession(const GURL& url,
OCSPRequestSession  216 net/ocsp/nss_ocsp.cc         base::Bind(&OCSPRequestSession::StartURLRequest, this));
OCSPRequestSession  362 net/ocsp/nss_ocsp.cc   friend class base::RefCountedThreadSafe<OCSPRequestSession>;
OCSPRequestSession  364 net/ocsp/nss_ocsp.cc   virtual ~OCSPRequestSession() {
OCSPRequestSession  378 net/ocsp/nss_ocsp.cc           base::Bind(&OCSPRequestSession::CancelURLRequest, this));
OCSPRequestSession  449 net/ocsp/nss_ocsp.cc   DISALLOW_COPY_AND_ASSIGN(OCSPRequestSession);
OCSPRequestSession  459 net/ocsp/nss_ocsp.cc   OCSPRequestSession* CreateRequest(const char* http_protocol_variant,
OCSPRequestSession  485 net/ocsp/nss_ocsp.cc     return new OCSPRequestSession(url, http_request_method, actual_timeout);
OCSPRequestSession  547 net/ocsp/nss_ocsp.cc void OCSPIOLoop::AddRequest(OCSPRequestSession* request) {
OCSPRequestSession  552 net/ocsp/nss_ocsp.cc void OCSPIOLoop::RemoveRequest(OCSPRequestSession* request) {
OCSPRequestSession  656 net/ocsp/nss_ocsp.cc   OCSPRequestSession* req = ocsp_session->CreateRequest(http_protocol_variant,
OCSPRequestSession  674 net/ocsp/nss_ocsp.cc   OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request);
OCSPRequestSession  685 net/ocsp/nss_ocsp.cc   OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request);
OCSPRequestSession  695 net/ocsp/nss_ocsp.cc SECStatus OCSPSetResponse(OCSPRequestSession* req,
OCSPRequestSession  744 net/ocsp/nss_ocsp.cc   OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request);
OCSPRequestSession  852 net/ocsp/nss_ocsp.cc   OCSPRequestSession* req = reinterpret_cast<OCSPRequestSession*>(request);