Home
last modified time | relevance | path

Searched refs:IsAllowedToUseAllHttpAuthSchemes (Results 1 – 8 of 8) sorted by relevance

/external/cronet/stable/net/http/
Dhttp_auth_preferences_unittest.cc104 EXPECT_TRUE(http_auth_preferences.IsAllowedToUseAllHttpAuthSchemes( in TEST()
106 EXPECT_FALSE(http_auth_preferences.IsAllowedToUseAllHttpAuthSchemes( in TEST()
Dhttp_auth_preferences.cc71 bool HttpAuthPreferences::IsAllowedToUseAllHttpAuthSchemes( in IsAllowedToUseAllHttpAuthSchemes() function in net::HttpAuthPreferences
Dhttp_auth_preferences.h109 bool IsAllowedToUseAllHttpAuthSchemes(const url::SchemeHostPort& url) const;
Dhttp_auth_handler_factory.cc216 http_auth_preferences()->IsAllowedToUseAllHttpAuthSchemes( in CreateAuthHandler()
/external/cronet/tot/net/http/
Dhttp_auth_preferences_unittest.cc104 EXPECT_TRUE(http_auth_preferences.IsAllowedToUseAllHttpAuthSchemes( in TEST()
106 EXPECT_FALSE(http_auth_preferences.IsAllowedToUseAllHttpAuthSchemes( in TEST()
Dhttp_auth_preferences.cc71 bool HttpAuthPreferences::IsAllowedToUseAllHttpAuthSchemes( in IsAllowedToUseAllHttpAuthSchemes() function in net::HttpAuthPreferences
Dhttp_auth_preferences.h109 bool IsAllowedToUseAllHttpAuthSchemes(const url::SchemeHostPort& url) const;
Dhttp_auth_handler_factory.cc216 http_auth_preferences()->IsAllowedToUseAllHttpAuthSchemes( in CreateAuthHandler()