Home
last modified time | relevance | path

Searched refs:auth_details (Results 1 – 3 of 3) sorted by relevance

/external/chromium/chrome/browser/ssl/
Dssl_client_auth_handler.cc118 SSLClientAuthNotificationDetails* auth_details = in Observe() local
120 if (!auth_details->IsSameHost(cert_request_info_)) in Observe()
125 << auth_details->selected_cert(); in Observe()
127 handler_->CertificateSelectedNoNotify(auth_details->selected_cert()); in Observe()
/external/chromium/chrome/browser/automation/
Dautomation_provider_observers_chromeos.cc65 Details<AuthenticationNotificationDetails> auth_details(details); in Observe() local
66 if (auth_details->success()) in Observe()
/external/chromium/chrome/browser/chromeos/
Dboot_times_loader.cc365 Details<AuthenticationNotificationDetails> auth_details(details); in Observe() local
366 if (auth_details->success()) { in Observe()