Searched defs:AuthLibrary (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.h36 typedef SSPILibrary AuthLibrary; typedef in class:net::HttpAuthHandlerNegotiate
39 typedef GSSAPILibrary AuthLibrary;
68 void set_library(AuthLibrary* auth_library) {
90 scoped_ptr<AuthLibrary> auth_library_;
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
H A Dhttp_auth_handler_negotiate_unittest.cc203 MockAuthLibrary* AuthLibrary() { return auth_library_; } function in class:net::HttpAuthHandlerNegotiateTest
217 SetupMocks(AuthLibrary());
236 SetupMocks(AuthLibrary());
254 SetupMocks(AuthLibrary());
272 SetupMocks(AuthLibrary());
290 SetupMocks(AuthLibrary());
313 SetupErrorMocks(AuthLibrary(), GSS_S_FAILURE, 0x96C73A07); // No server
329 SetupErrorMocks(AuthLibrary(), GSS_S_FAILURE, 0x96C73AC3); // No credentials

Completed in 66 milliseconds