Home
last modified time | relevance | path

Searched refs:auth_info (Results 1 – 13 of 13) sorted by relevance

/third_party/cef/libcef/browser/net_service/
Dlogin_delegate.cc74 const net::AuthChallengeInfo& auth_info, in RunCallbackOnIOThread() argument
83 auth_info.is_proxy, auth_info.challenger.host(), in RunCallbackOnIOThread()
84 auth_info.challenger.port(), auth_info.realm, auth_info.scheme, in RunCallbackOnIOThread()
99 browser.get(), origin_url.spec(), auth_info.is_proxy, in RunCallbackOnIOThread()
100 auth_info.challenger.host(), auth_info.challenger.port(), in RunCallbackOnIOThread()
101 auth_info.realm, auth_info.scheme, callback_impl.get()); in RunCallbackOnIOThread()
115 LoginDelegate::LoginDelegate(const net::AuthChallengeInfo& auth_info, in LoginDelegate() argument
132 auth_info, request_id, origin_url)); in LoginDelegate()
152 const net::AuthChallengeInfo& auth_info, in Start() argument
167 url_request_info, auth_info, in Start()
Dlogin_delegate.h29 LoginDelegate(const net::AuthChallengeInfo& auth_info,
40 const net::AuthChallengeInfo& auth_info,
/third_party/libsoup/libsoup/
Dsoup-auth-manager.c564 char *auth_info, *old_auth_info; in record_auth_for_uri() local
568 auth_info = soup_auth_get_info (auth); in record_auth_for_uri()
582 if (!strcmp (old_auth_info, auth_info)) in record_auth_for_uri()
588 g_strdup (auth_info)); in record_auth_for_uri()
596 old_auth = g_hash_table_lookup (host->auths, auth_info); in record_auth_for_uri()
598 g_free (auth_info); in record_auth_for_uri()
601 g_hash_table_insert (host->auths, auth_info, in record_auth_for_uri()
/third_party/cef/libcef/browser/chrome/
Dchrome_content_browser_client_cef.cc356 const net::AuthChallengeInfo& auth_info, in CreateLoginDelegate() argument
369 auth_info, web_contents, request_id, url, in CreateLoginDelegate()
374 auth_info, web_contents, request_id, is_request_for_main_frame, url, in CreateLoginDelegate()
Dchrome_content_browser_client_cef.h98 const net::AuthChallengeInfo& auth_info,
/third_party/cef/patch/patches/
Dservices_network_2718.patch28 auth_info, is_request_for_primary_main_frame, process_id, request_id, url,
/third_party/cef/libcef/browser/alloy/
Dalloy_content_browser_client.h154 const net::AuthChallengeInfo& auth_info,
Dalloy_content_browser_client.cc1185 const net::AuthChallengeInfo& auth_info, in CreateLoginDelegate() argument
1194 auth_info, web_contents, request_id, url, in CreateLoginDelegate()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver.h5205 struct auth_info { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver.h5562 struct auth_info { struct
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
Ddrv_callbacks.c1089 struct auth_info *rx_auth) in hostapd_notif_auth()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
Ddrv_callbacks.c1246 struct auth_info *rx_auth) in hostapd_notif_auth()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch13452 const net::AuthChallengeInfo& auth_info,
18499 + auth_info.challenger.host(), auth_info.realm);