Searched defs:auth_handler_factory_ (Results 1 - 3 of 3) sorted by path

/external/chromium_org/net/http/
H A Dhttp_network_transaction_ssl_unittest.cc69 auth_handler_factory_.reset(new HttpAuthHandlerMock::Factory());
70 session_params_.http_auth_handler_factory = auth_handler_factory_.get();
95 scoped_ptr<HttpAuthHandlerMock::Factory> auth_handler_factory_; member in class:net::HttpNetworkTransactionSSLTest
/external/chromium_org/net/quic/
H A Dquic_end_to_end_unittest.cc80 auth_handler_factory_(
95 params_.http_auth_handler_factory = auth_handler_factory_.get();
216 scoped_ptr<HttpAuthHandlerFactory> auth_handler_factory_; member in class:net::test::QuicEndToEndTest
H A Dquic_network_transaction_unittest.cc114 auth_handler_factory_(
211 params_.http_auth_handler_factory = auth_handler_factory_.get();
317 scoped_ptr<HttpAuthHandlerFactory> auth_handler_factory_; member in class:net::test::QuicNetworkTransactionTest

Completed in 329 milliseconds