Home
last modified time | relevance | path

Searched refs:HttpAuthPreferences (Results 1 – 25 of 38) sorted by relevance

12

/external/cronet/tot/net/http/
Dhttp_auth_preferences.cc17 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()
[all …]
Dhttp_auth_preferences_unittest.cc24 HttpAuthPreferences http_auth_preferences; in TEST()
31 HttpAuthPreferences http_auth_preferences; in TEST()
39 HttpAuthPreferences http_auth_preferences; in TEST()
48 HttpAuthPreferences http_auth_preferences; in TEST()
59 HttpAuthPreferences http_auth_preferences; in TEST()
67 HttpAuthPreferences http_auth_preferences; in TEST()
78 HttpAuthPreferences http_auth_preferences; in TEST()
99 HttpAuthPreferences http_auth_preferences; in TEST()
Dhttp_auth_preferences.h29 class NET_EXPORT HttpAuthPreferences {
38 HttpAuthPreferences();
40 HttpAuthPreferences(const HttpAuthPreferences&) = delete;
41 HttpAuthPreferences& operator=(const HttpAuthPreferences&) = delete;
43 virtual ~HttpAuthPreferences();
Dhttp_auth_handler_factory.h35 class HttpAuthPreferences; variable
61 const HttpAuthPreferences* http_auth_preferences) { in set_http_auth_preferences()
66 const HttpAuthPreferences* http_auth_preferences() const { in http_auth_preferences()
153 const HttpAuthPreferences* prefs = nullptr
167 raw_ptr<const HttpAuthPreferences> http_auth_preferences_ = nullptr;
176 const HttpAuthPreferences* http_auth_preferences);
187 const HttpAuthPreferences* prefs);
209 const HttpAuthPreferences* prefs
Dhttp_auth_handler_ntlm.h43 class HttpAuthPreferences; variable
86 const HttpAuthPreferences* http_auth_preferences);
90 const HttpAuthPreferences* http_auth_preferences);
123 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
Dhttp_auth_handler_negotiate.h36 class HttpAuthPreferences; variable
90 const HttpAuthPreferences* prefs,
157 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
Dhttp_auth_mechanism.h19 class HttpAuthPreferences; variable
78 const HttpAuthPreferences*)>;
Dhttp_auth_handler_factory.cc92 const HttpAuthPreferences* http_auth_preferences) { in HttpAuthHandlerRegistryFactory()
100 const HttpAuthPreferences* prefs) { in SetHttpAuthPreferences()
121 const HttpAuthPreferences* prefs in CreateDefault()
146 const HttpAuthPreferences* prefs in Create()
Dmock_allow_http_auth_preferences.h18 class MockAllowHttpAuthPreferences : public HttpAuthPreferences {
Dhttp_auth_handler_ntlm_portable.cc44 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
Dhttp_auth_handler_ntlm_win.cc48 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
/external/cronet/stable/net/http/
Dhttp_auth_preferences.cc17 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()
[all …]
Dhttp_auth_preferences_unittest.cc24 HttpAuthPreferences http_auth_preferences; in TEST()
31 HttpAuthPreferences http_auth_preferences; in TEST()
39 HttpAuthPreferences http_auth_preferences; in TEST()
48 HttpAuthPreferences http_auth_preferences; in TEST()
59 HttpAuthPreferences http_auth_preferences; in TEST()
67 HttpAuthPreferences http_auth_preferences; in TEST()
78 HttpAuthPreferences http_auth_preferences; in TEST()
99 HttpAuthPreferences http_auth_preferences; in TEST()
Dhttp_auth_preferences.h29 class NET_EXPORT HttpAuthPreferences {
38 HttpAuthPreferences();
40 HttpAuthPreferences(const HttpAuthPreferences&) = delete;
41 HttpAuthPreferences& operator=(const HttpAuthPreferences&) = delete;
43 virtual ~HttpAuthPreferences();
Dhttp_auth_handler_factory.h35 class HttpAuthPreferences; variable
61 const HttpAuthPreferences* http_auth_preferences) { in set_http_auth_preferences()
66 const HttpAuthPreferences* http_auth_preferences() const { in http_auth_preferences()
153 const HttpAuthPreferences* prefs = nullptr
167 raw_ptr<const HttpAuthPreferences> http_auth_preferences_ = nullptr;
176 const HttpAuthPreferences* http_auth_preferences);
187 const HttpAuthPreferences* prefs);
209 const HttpAuthPreferences* prefs
Dhttp_auth_handler_ntlm.h43 class HttpAuthPreferences; variable
86 const HttpAuthPreferences* http_auth_preferences);
90 const HttpAuthPreferences* http_auth_preferences);
123 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
Dhttp_auth_handler_negotiate.h36 class HttpAuthPreferences; variable
90 const HttpAuthPreferences* prefs,
157 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
Dhttp_auth_mechanism.h19 class HttpAuthPreferences; variable
78 const HttpAuthPreferences*)>;
Dhttp_auth_handler_factory.cc92 const HttpAuthPreferences* http_auth_preferences) { in HttpAuthHandlerRegistryFactory()
100 const HttpAuthPreferences* prefs) { in SetHttpAuthPreferences()
121 const HttpAuthPreferences* prefs in CreateDefault()
146 const HttpAuthPreferences* prefs in Create()
Dmock_allow_http_auth_preferences.h18 class MockAllowHttpAuthPreferences : public HttpAuthPreferences {
Dhttp_auth_handler_ntlm_portable.cc44 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
Dhttp_auth_handler_ntlm_win.cc48 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
Dhttp_auth_ntlm_mechanism.h22 explicit HttpAuthNtlmMechanism(const HttpAuthPreferences* preferences);
/external/cronet/stable/net/android/
Dhttp_auth_negotiate_android.h29 class HttpAuthPreferences; variable
71 explicit HttpAuthNegotiateAndroid(const HttpAuthPreferences* prefs);
113 raw_ptr<const HttpAuthPreferences> prefs_ = nullptr;
/external/cronet/tot/net/android/
Dhttp_auth_negotiate_android.h29 class HttpAuthPreferences; variable
71 explicit HttpAuthNegotiateAndroid(const HttpAuthPreferences* prefs);
113 raw_ptr<const HttpAuthPreferences> prefs_ = nullptr;

12