Searched refs:AllowGssapiLibraryLoad (Results 1 – 5 of 5) sorted by relevance
58 TEST(HttpAuthPreferencesTest, AllowGssapiLibraryLoad) { in TEST() argument60 EXPECT_TRUE(http_auth_preferences.AllowGssapiLibraryLoad()); in TEST()62 EXPECT_FALSE(http_auth_preferences.AllowGssapiLibraryLoad()); in TEST()
43 bool HttpAuthPreferences::AllowGssapiLibraryLoad() const { in AllowGssapiLibraryLoad() function in net::HttpAuthPreferences
54 virtual bool AllowGssapiLibraryLoad() const;
127 !http_auth_preferences()->AllowGssapiLibraryLoad()) { in CreateAuthHandler()
477 TEST_F(HttpAuthHandlerNegotiateTest, AllowGssapiLibraryLoad) { in TEST_F() argument