Home
last modified time | relevance | path

Searched refs:AuthLibrary (Results 1 – 6 of 6) sorted by relevance

/external/chromium/net/http/
Dhttp_auth_handler_negotiate.h37 typedef SSPILibrary AuthLibrary; typedef
40 typedef GSSAPILibrary AuthLibrary;
69 void set_library(AuthLibrary* auth_library) { in set_library()
90 scoped_ptr<AuthLibrary> auth_library_;
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
Dhttp_auth_handler_negotiate_unittest.cc205 MockAuthLibrary* AuthLibrary() { return auth_library_; } in AuthLibrary() function in net::HttpAuthHandlerNegotiateTest
219 SetupMocks(AuthLibrary()); in TEST_F()
239 SetupMocks(AuthLibrary()); in TEST_F()
258 SetupMocks(AuthLibrary()); in TEST_F()
277 SetupMocks(AuthLibrary()); in TEST_F()
296 SetupMocks(AuthLibrary()); in TEST_F()
320 SetupErrorMocks(AuthLibrary(), GSS_S_FAILURE, 0x96C73A07); // No server in TEST_F()
334 SetupErrorMocks(AuthLibrary(), GSS_S_FAILURE, 0x96C73AC3); // No credentials in TEST_F()
Dhttp_auth_handler_negotiate.cc82 AuthLibrary* auth_library, in HttpAuthHandlerNegotiate()
/external/chromium_org/net/http/
Dhttp_auth_handler_negotiate.h36 typedef SSPILibrary AuthLibrary; typedef
39 typedef GSSAPILibrary AuthLibrary;
68 void set_library(AuthLibrary* auth_library) { in set_library()
90 scoped_ptr<AuthLibrary> auth_library_;
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
Dhttp_auth_handler_negotiate_unittest.cc203 MockAuthLibrary* AuthLibrary() { return auth_library_; } in AuthLibrary() function in net::HttpAuthHandlerNegotiateTest
217 SetupMocks(AuthLibrary()); in TEST_F()
236 SetupMocks(AuthLibrary()); in TEST_F()
254 SetupMocks(AuthLibrary()); in TEST_F()
272 SetupMocks(AuthLibrary()); in TEST_F()
290 SetupMocks(AuthLibrary()); in TEST_F()
313 SetupErrorMocks(AuthLibrary(), GSS_S_FAILURE, 0x96C73A07); // No server in TEST_F()
329 SetupErrorMocks(AuthLibrary(), GSS_S_FAILURE, 0x96C73AC3); // No credentials in TEST_F()
Dhttp_auth_handler_negotiate.cc89 AuthLibrary* auth_library, in HttpAuthHandlerNegotiate()