HomeSort by relevance Sort by last modified time
    Searched defs:auth_library_ (Results 1 - 4 of 4) 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
  /external/chromium_org/net/http/
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
http_auth_handler_negotiate.h 69 auth_library_.reset(auth_library);
90 scoped_ptr<AuthLibrary> auth_library_; member in class:net::HttpAuthHandlerNegotiate::Factory

Completed in 123 milliseconds