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

/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.cc20 HttpAuthHandlerNegotiate::Factory::Factory()
31 HttpAuthHandlerNegotiate::Factory::~Factory() {
34 void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
39 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
61 new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
78 new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
88 HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate( function in class:net::HttpAuthHandlerNegotiate
112 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
[all...]
H A Dhttp_auth_handler_negotiate.h33 class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler { class in namespace:net
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();

Completed in 702 milliseconds