HomeSort by relevance Sort by last modified time
    Searched full:ntlm_factory (Results 1 - 1 of 1) sorted by null

  /external/chromium/net/http/
http_auth_handler_factory.cc 62 HttpAuthHandlerNTLM::Factory* ntlm_factory = local
65 ntlm_factory->set_sspi_library(new SSPILibraryDefault());
67 registry_factory->RegisterSchemeFactory("ntlm", ntlm_factory);
139 HttpAuthHandlerNTLM::Factory* ntlm_factory = local
141 ntlm_factory->set_url_security_manager(security_manager);
143 ntlm_factory->set_sspi_library(new SSPILibraryDefault());
145 registry_factory->RegisterSchemeFactory("ntlm", ntlm_factory);

Completed in 36 milliseconds