Home
last modified time | relevance | path

Searched refs:AuthAndroidNegotiateAccountType (Results 1 – 10 of 10) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_auth_preferences_unittest.cc47 TEST(HttpAuthPreferencesTest, AuthAndroidNegotiateAccountType) { in TEST() argument
50 http_auth_preferences.AuthAndroidNegotiateAccountType()); in TEST()
53 http_auth_preferences.AuthAndroidNegotiateAccountType()); in TEST()
Dhttp_auth_preferences.cc37 std::string HttpAuthPreferences::AuthAndroidNegotiateAccountType() const { in AuthAndroidNegotiateAccountType() function in net::HttpAuthPreferences
Dhttp_auth_preferences.h51 virtual std::string AuthAndroidNegotiateAccountType() const;
Dhttp_auth_handler_negotiate.cc110 http_auth_preferences()->AuthAndroidNegotiateAccountType().empty() || in CreateAuthHandler()
/external/cronet/tot/net/http/
Dhttp_auth_preferences_unittest.cc47 TEST(HttpAuthPreferencesTest, AuthAndroidNegotiateAccountType) { in TEST() argument
50 http_auth_preferences.AuthAndroidNegotiateAccountType()); in TEST()
53 http_auth_preferences.AuthAndroidNegotiateAccountType()); in TEST()
Dhttp_auth_preferences.cc37 std::string HttpAuthPreferences::AuthAndroidNegotiateAccountType() const { in AuthAndroidNegotiateAccountType() function in net::HttpAuthPreferences
Dhttp_auth_preferences.h51 virtual std::string AuthAndroidNegotiateAccountType() const;
Dhttp_auth_handler_negotiate.cc110 http_auth_preferences()->AuthAndroidNegotiateAccountType().empty() || in CreateAuthHandler()
/external/cronet/stable/net/android/
Dhttp_auth_negotiate_android.cc159 return prefs_->AuthAndroidNegotiateAccountType(); in GetAuthAndroidNegotiateAccountType()
/external/cronet/tot/net/android/
Dhttp_auth_negotiate_android.cc159 return prefs_->AuthAndroidNegotiateAccountType(); in GetAuthAndroidNegotiateAccountType()