HomeSort by relevance Sort by last modified time
    Searched full:auth_library_ (Results 1 - 3 of 3) sorted by null

  /external/chromium/net/http/
http_auth_handler_negotiate.h 70 auth_library_.reset(auth_library);
90 scoped_ptr<AuthLibrary> auth_library_; member in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_negotiate.cc 27 auth_library_(NULL) {
50 int rv = DetermineMaxTokenLength(auth_library_.get(), NEGOSSP_NAME,
60 new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
71 new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
http_auth_handler_negotiate_unittest.cc 35 auth_library_ = new MockAuthLibrary();
43 factory_->set_library(auth_library_);
205 MockAuthLibrary* AuthLibrary() { return auth_library_; }
211 // |auth_library_| is passed to |factory_|, which assumes ownership of it.
212 MockAuthLibrary* auth_library_; member in class:net::HttpAuthHandlerNegotiateTest

Completed in 449 milliseconds