/external/cronet/tot/net/http/ |
D | http_auth_preferences.cc | 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() [all …]
|
D | http_auth_preferences_unittest.cc | 24 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()
|
D | http_auth_preferences.h | 29 class NET_EXPORT HttpAuthPreferences { 38 HttpAuthPreferences(); 40 HttpAuthPreferences(const HttpAuthPreferences&) = delete; 41 HttpAuthPreferences& operator=(const HttpAuthPreferences&) = delete; 43 virtual ~HttpAuthPreferences();
|
D | http_auth_handler_factory.h | 35 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
|
D | http_auth_handler_ntlm.h | 43 class HttpAuthPreferences; variable 86 const HttpAuthPreferences* http_auth_preferences); 90 const HttpAuthPreferences* http_auth_preferences); 123 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
|
D | http_auth_handler_negotiate.h | 36 class HttpAuthPreferences; variable 90 const HttpAuthPreferences* prefs, 157 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
|
D | http_auth_mechanism.h | 19 class HttpAuthPreferences; variable 78 const HttpAuthPreferences*)>;
|
D | http_auth_handler_factory.cc | 92 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()
|
D | mock_allow_http_auth_preferences.h | 18 class MockAllowHttpAuthPreferences : public HttpAuthPreferences {
|
D | http_auth_handler_ntlm_portable.cc | 44 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
|
D | http_auth_handler_ntlm_win.cc | 48 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
|
/external/cronet/stable/net/http/ |
D | http_auth_preferences.cc | 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() [all …]
|
D | http_auth_preferences_unittest.cc | 24 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()
|
D | http_auth_preferences.h | 29 class NET_EXPORT HttpAuthPreferences { 38 HttpAuthPreferences(); 40 HttpAuthPreferences(const HttpAuthPreferences&) = delete; 41 HttpAuthPreferences& operator=(const HttpAuthPreferences&) = delete; 43 virtual ~HttpAuthPreferences();
|
D | http_auth_handler_factory.h | 35 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
|
D | http_auth_handler_ntlm.h | 43 class HttpAuthPreferences; variable 86 const HttpAuthPreferences* http_auth_preferences); 90 const HttpAuthPreferences* http_auth_preferences); 123 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
|
D | http_auth_handler_negotiate.h | 36 class HttpAuthPreferences; variable 90 const HttpAuthPreferences* prefs, 157 raw_ptr<const HttpAuthPreferences> http_auth_preferences_;
|
D | http_auth_mechanism.h | 19 class HttpAuthPreferences; variable 78 const HttpAuthPreferences*)>;
|
D | http_auth_handler_factory.cc | 92 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()
|
D | mock_allow_http_auth_preferences.h | 18 class MockAllowHttpAuthPreferences : public HttpAuthPreferences {
|
D | http_auth_handler_ntlm_portable.cc | 44 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
|
D | http_auth_handler_ntlm_win.cc | 48 const HttpAuthPreferences* http_auth_preferences) in HttpAuthHandlerNTLM()
|
D | http_auth_ntlm_mechanism.h | 22 explicit HttpAuthNtlmMechanism(const HttpAuthPreferences* preferences);
|
/external/cronet/stable/net/android/ |
D | http_auth_negotiate_android.h | 29 class HttpAuthPreferences; variable 71 explicit HttpAuthNegotiateAndroid(const HttpAuthPreferences* prefs); 113 raw_ptr<const HttpAuthPreferences> prefs_ = nullptr;
|
/external/cronet/tot/net/android/ |
D | http_auth_negotiate_android.h | 29 class HttpAuthPreferences; variable 71 explicit HttpAuthNegotiateAndroid(const HttpAuthPreferences* prefs); 113 raw_ptr<const HttpAuthPreferences> prefs_ = nullptr;
|