Searched defs:HttpAuthHandlerNTLM (Results 1 - 3 of 3) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_handler_ntlm_win.cc22 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM( function in class:net::HttpAuthHandlerNTLM
29 HttpAuthHandlerNTLM::~HttpAuthHandlerNTLM() {
33 bool HttpAuthHandlerNTLM::NeedsIdentity() {
37 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
45 HttpAuthHandlerNTLM::Factory::Factory()
52 HttpAuthHandlerNTLM::Factory::~Factory() {
55 int HttpAuthHandlerNTLM::Factory::CreateAuthHandler(
76 new HttpAuthHandlerNTLM(sspi_library
[all...]
H A Dhttp_auth_handler_ntlm.h38 class HttpAuthHandlerNTLM : public HttpAuthHandler { class in namespace:net
102 HttpAuthHandlerNTLM();
105 HttpAuthHandlerNTLM(SSPILibrary* sspi_library, ULONG max_token_length,
130 ~HttpAuthHandlerNTLM();
H A Dhttp_auth_handler_ntlm_portable.cc636 HttpAuthHandlerNTLM::GenerateRandomProc
637 HttpAuthHandlerNTLM::generate_random_proc_ = GenerateRandom;
640 HttpAuthHandlerNTLM::HostNameProc
641 HttpAuthHandlerNTLM::get_host_name_proc_ = GetHostName;
643 HttpAuthHandlerNTLM::HttpAuthHandlerNTLM() { function in class:net::HttpAuthHandlerNTLM
646 bool HttpAuthHandlerNTLM::NeedsIdentity() {
653 bool HttpAuthHandlerNTLM::AllowsDefaultCredentials() {
659 int HttpAuthHandlerNTLM::InitializeBeforeFirstChallenge() {
663 HttpAuthHandlerNTLM
[all...]

Completed in 55 milliseconds