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

  /external/chromium/chrome/browser/ssl/
ssl_client_auth_handler.cc 118 SSLClientAuthNotificationDetails* auth_details = local
120 if (!auth_details->IsSameHost(cert_request_info_))
125 << auth_details->selected_cert();
127 handler_->CertificateSelectedNoNotify(auth_details->selected_cert());
  /external/chromium/chrome/browser/automation/
automation_provider_observers_chromeos.cc 65 Details<AuthenticationNotificationDetails> auth_details(details);
66 if (auth_details->success())
  /external/chromium/chrome/browser/chromeos/
boot_times_loader.cc 365 Details<AuthenticationNotificationDetails> auth_details(details);
366 if (auth_details->success()) {

Completed in 86 milliseconds