Home
last modified time | relevance | path

Searched refs:AllowGssapiLibraryLoad (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/net/http/
H A Dhttp_auth_preferences_unittest.cc58 TEST(HttpAuthPreferencesTest, AllowGssapiLibraryLoad) { in TEST() argument
60 EXPECT_TRUE(http_auth_preferences.AllowGssapiLibraryLoad()); in TEST()
62 EXPECT_FALSE(http_auth_preferences.AllowGssapiLibraryLoad()); in TEST()
H A Dhttp_auth_preferences.cc43 bool HttpAuthPreferences::AllowGssapiLibraryLoad() const { in AllowGssapiLibraryLoad() function in net::HttpAuthPreferences
H A Dhttp_auth_preferences.h54 virtual bool AllowGssapiLibraryLoad() const;
H A Dhttp_auth_handler_negotiate.cc127 !http_auth_preferences()->AllowGssapiLibraryLoad()) { in CreateAuthHandler()
H A Dhttp_auth_handler_negotiate_unittest.cc477 TEST_F(HttpAuthHandlerNegotiateTest, AllowGssapiLibraryLoad) { in TEST_F() argument