/third_party/cef/libcef/browser/net_service/ |
D | login_delegate.cc | 74 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()
|
D | login_delegate.h | 29 LoginDelegate(const net::AuthChallengeInfo& auth_info, 40 const net::AuthChallengeInfo& auth_info,
|
/third_party/libsoup/libsoup/ |
D | soup-auth-manager.c | 564 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/ |
D | chrome_content_browser_client_cef.cc | 356 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()
|
D | chrome_content_browser_client_cef.h | 98 const net::AuthChallengeInfo& auth_info,
|
/third_party/cef/patch/patches/ |
D | services_network_2718.patch | 28 auth_info, is_request_for_primary_main_frame, process_id, request_id, url,
|
/third_party/cef/libcef/browser/alloy/ |
D | alloy_content_browser_client.h | 154 const net::AuthChallengeInfo& auth_info,
|
D | alloy_content_browser_client.cc | 1185 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/ |
D | driver.h | 5205 struct auth_info { struct
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
D | driver.h | 5562 struct auth_info { struct
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | drv_callbacks.c | 1089 struct auth_info *rx_auth) in hostapd_notif_auth()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | drv_callbacks.c | 1246 struct auth_info *rx_auth) in hostapd_notif_auth()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 13452 const net::AuthChallengeInfo& auth_info, 18499 + auth_info.challenger.host(), auth_info.realm);
|