Searched defs:auth_library_ (Results 1 - 4 of 4) sorted by relevance

/external/chromium/net/http/
H A Dhttp_auth_handler_negotiate.h70 auth_library_.reset(auth_library);
90 scoped_ptr<AuthLibrary> auth_library_; member in class:net::HttpAuthHandlerNegotiate::Factory
H A Dhttp_auth_handler_negotiate_unittest.cc35 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
/external/chromium_org/net/http/
H A Dhttp_auth_handler_negotiate.h69 auth_library_.reset(auth_library);
90 scoped_ptr<AuthLibrary> auth_library_; member in class:net::HttpAuthHandlerNegotiate::Factory
H A Dhttp_auth_handler_negotiate_unittest.cc33 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 191 milliseconds