Lines Matching refs:HttpAuthPreferences
17 HttpAuthPreferences::HttpAuthPreferences() in HttpAuthPreferences() function in net::HttpAuthPreferences
20 HttpAuthPreferences::~HttpAuthPreferences() = default;
22 bool HttpAuthPreferences::NegotiateDisableCnameLookup() const { in NegotiateDisableCnameLookup()
26 bool HttpAuthPreferences::NegotiateEnablePort() const { in NegotiateEnablePort()
31 bool HttpAuthPreferences::NtlmV2Enabled() const { in NtlmV2Enabled()
37 std::string HttpAuthPreferences::AuthAndroidNegotiateAccountType() const { in AuthAndroidNegotiateAccountType()
43 bool HttpAuthPreferences::AllowGssapiLibraryLoad() const { in AllowGssapiLibraryLoad()
48 bool HttpAuthPreferences::CanUseDefaultCredentials( in CanUseDefaultCredentials()
56 DelegationType HttpAuthPreferences::GetDelegationType( in GetDelegationType()
67 void HttpAuthPreferences::SetAllowDefaultCredentials(DefaultCredentials creds) { in SetAllowDefaultCredentials()
71 bool HttpAuthPreferences::IsAllowedToUseAllHttpAuthSchemes( in IsAllowedToUseAllHttpAuthSchemes()
77 void HttpAuthPreferences::SetServerAllowlist( in SetServerAllowlist()
85 void HttpAuthPreferences::SetDelegateAllowlist( in SetDelegateAllowlist()