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

  /external/chromium_org/net/http/
http_auth_handler_negotiate.h 69 auth_library_.reset(auth_library);
90 scoped_ptr<AuthLibrary> auth_library_; member in class:net::HttpAuthHandlerNegotiate::Factory
http_auth_handler_negotiate.cc 51 int rv = DetermineMaxTokenLength(auth_library_.get(), NEGOSSP_NAME,
61 new HttpAuthHandlerNegotiate(auth_library_.get(), max_token_length_,
71 if (!auth_library_->Init()) {
78 new HttpAuthHandlerNegotiate(auth_library_.get(), url_security_manager(),
http_auth_handler_negotiate_unittest.cc 33 auth_library_ = new MockAuthLibrary();
41 factory_->set_library(auth_library_);
203 MockAuthLibrary* AuthLibrary() { return auth_library_; }
209 // |auth_library_| is passed to |factory_|, which assumes ownership of it.
210 MockAuthLibrary* auth_library_; member in class:net::HttpAuthHandlerNegotiateTest

Completed in 51 milliseconds