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

  /external/chromium/net/http/
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
http_auth_handler_negotiate.h 70 auth_library_.reset(auth_library);
90 scoped_ptr<AuthLibrary> auth_library_; member in class:net::HttpAuthHandlerNegotiate::Factory

Completed in 23 milliseconds