HomeSort by relevance Sort by last modified time
    Searched defs:HttpAuthHandlerNegotiate (Results 1 - 4 of 4) 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_;
  /external/chromium_org/net/http/
http_auth_handler_negotiate.cc 22 HttpAuthHandlerNegotiate::Factory::Factory()
33 HttpAuthHandlerNegotiate::Factory::~Factory() {
36 void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
41 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
63 new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
80 new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
90 HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate(
114 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
    [all...]
http_auth_handler_negotiate.h 33 class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();

Completed in 88 milliseconds