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

  /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_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 56 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
57 new HttpAuthHandlerNegotiate::Factory();
154 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
155 new HttpAuthHandlerNegotiate::Factory();
  /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_unittest.cc 41 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_handler
    [all...]
http_auth_handler_negotiate.h 34 class HttpAuthHandlerNegotiate : public HttpAuthHandler {
93 HttpAuthHandlerNegotiate(AuthLibrary* sspi_library,
102 virtual ~HttpAuthHandlerNegotiate();
145 CompletionCallbackImpl<HttpAuthHandlerNegotiate> io_callback_;
http_auth_handler_factory.cc 52 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
53 new HttpAuthHandlerNegotiate::Factory();
148 HttpAuthHandlerNegotiate::Factory* negotiate_factory =
149 new HttpAuthHandlerNegotiate::Factory();

Completed in 204 milliseconds