OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:auth_details
(Results
1 - 4
of
4
) 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()) {
/external/chromium_org/chrome/browser/chromeos/
boot_times_loader.cc
338
content::Details<AuthenticationNotificationDetails>
auth_details
(details);
339
if (
auth_details
->success()) {
Completed in 88 milliseconds