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

/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.cc20 HttpAuthHandlerNegotiate::Factory::Factory()
31 HttpAuthHandlerNegotiate::Factory::~Factory() {
34 void HttpAuthHandlerNegotiate::Factory::set_host_resolver(
39 int HttpAuthHandlerNegotiate::Factory::CreateAuthHandler(
61 new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
78 new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
88 HttpAuthHandlerNegotiate::HttpAuthHandlerNegotiate( function in class:net::HttpAuthHandlerNegotiate
112 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
[all...]
H A Dhttp_auth_handler_negotiate_unittest.cc39 factory_.reset(new HttpAuthHandlerNegotiate::Factory());
178 scoped_ptr<HttpAuthHandlerNegotiate>* handler) {
186 // scoped_ptr<HttpAuthHandlerNegotiate>*. This needs to do the cast
188 // no longer holds on to the HttpAuthHandlerNegotiate object.
197 HttpAuthHandlerNegotiate* negotiate_handler =
198 static_cast<HttpAuthHandlerNegotiate*>(generic_handler.release());
213 scoped_ptr<HttpAuthHandlerNegotiate::Factory> factory_;
218 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
237 scoped_ptr<HttpAuthHandlerNegotiate> auth_handler;
255 scoped_ptr<HttpAuthHandlerNegotiate> auth_handle
[all...]
H A Dhttp_auth_handler_negotiate.h33 class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler { class in namespace:net
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();
H A Dhttp_auth_handler_factory.cc57 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
58 new HttpAuthHandlerNegotiate::Factory();
155 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
156 new HttpAuthHandlerNegotiate::Factory();

Completed in 121 milliseconds