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

  /external/chromium_org/net/http/
http_auth_handler_negotiate.cc 20 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(
112 HttpAuthHandlerNegotiate::~HttpAuthHandlerNegotiate() {
    [all...]
http_auth_handler_negotiate_unittest.cc 39 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_handler
    [all...]
http_auth_handler_negotiate.h 33 class NET_EXPORT_PRIVATE HttpAuthHandlerNegotiate : public HttpAuthHandler {
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();
http_auth_handler_factory.cc 57 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
58 new HttpAuthHandlerNegotiate::Factory();
155 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
156 new HttpAuthHandlerNegotiate::Factory();

Completed in 195 milliseconds