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

  /external/chromium_org/content/browser/loader/
resource_loader.cc 86 if (ssl_client_auth_handler_.get())
87 ssl_client_auth_handler_->OnRequestCancelled();
190 ssl_client_auth_handler_ = NULL;
271 DCHECK(!ssl_client_auth_handler_.get())
273 ssl_client_auth_handler_ = new SSLClientAuthHandler(
277 ssl_client_auth_handler_->SelectCertificate();
459 if (ssl_client_auth_handler_.get()) {
460 ssl_client_auth_handler_->OnRequestCancelled();
461 ssl_client_auth_handler_ = NULL;
resource_loader.h 131 scoped_refptr<SSLClientAuthHandler> ssl_client_auth_handler_; member in class:content::ResourceLoader

Completed in 24 milliseconds