Searched refs:HttpAuthHandlerNegotiate (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_handler_negotiate.cc19 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( function in class:net::HttpAuthHandlerNegotiate
98 this, &HttpAuthHandlerNegotiate::OnIOComplete)),
108 HttpAuthHandlerNegotiate
[all...]
H A Dhttp_auth_handler_negotiate_unittest.cc41 factory_.reset(new HttpAuthHandlerNegotiate::Factory());
180 scoped_ptr<HttpAuthHandlerNegotiate>* handler) {
188 // scoped_ptr<HttpAuthHandlerNegotiate>*. This needs to do the cast
190 // no longer holds on to the HttpAuthHandlerNegotiate object.
199 HttpAuthHandlerNegotiate* negotiate_handler =
200 static_cast<HttpAuthHandlerNegotiate*>(generic_handler.release());
215 scoped_ptr<HttpAuthHandlerNegotiate::Factory> factory_;
220 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
240 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
259 scoped_ptr<HttpAuthHandlerNegotiate> auth_handle
[all...]
H A Dhttp_auth_handler_negotiate.h34 class HttpAuthHandlerNegotiate : public HttpAuthHandler { class in namespace:net
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();
145 CompletionCallbackImpl<HttpAuthHandlerNegotiate> io_callback_;
H A Dhttp_auth_handler_factory.cc52 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
53 new HttpAuthHandlerNegotiate::Factory();
148 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
149 new HttpAuthHandlerNegotiate::Factory();

Completed in 1658 milliseconds