HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthHandlerNegotiate (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/http/
http_auth_handler_negotiate.cc 19 HttpAuthHandlerNegotiate::Factory::Factory()
30 HttpAuthHandlerNegotiate::Factory::~Factory() {
33 void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
38 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
60 new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
71 new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
81 HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate(
98 this, &HttpAuthHandlerNegotiate::OnIOComplete)),
108 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate()
    [all...]
http_auth_handler_negotiate.h 34 class HttpAuthHandlerNegotiate : public HttpAuthHandler {
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();
145 CompletionCallbackImpl<HttpAuthHandlerNegotiate> io_callback_;

Completed in 1132 milliseconds