Searched defs:auth_factory (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/remoting/test/
H A Dprotocol_perftest.cc276 scoped_ptr<protocol::AuthenticatorFactory> auth_factory = local
279 host_->SetAuthenticatorFactory(auth_factory.Pass());
/external/chromium_org/net/http/
H A Dhttp_network_transaction_unittest.cc9658 HttpAuthHandlerMock::Factory* auth_factory(
9660 session_deps_.http_auth_handler_factory.reset(auth_factory);
9676 auth_factory->AddMockHandler(auth_handler, HttpAuth::AUTH_PROXY);
9690 auth_factory->AddMockHandler(auth_handler, HttpAuth::AUTH_SERVER);
9769 HttpAuthHandlerMock::Factory* auth_factory(
9771 session_deps_.http_auth_handler_factory.reset(auth_factory);
9784 auth_factory->AddMockHandler(auth_handler, HttpAuth::AUTH_SERVER);
10094 HttpAuthHandlerMock::Factory* auth_factory = local
10098 auth_factory->AddMockHandler(auth_handler, HttpAuth::AUTH_PROXY);
10099 auth_factory
[all...]

Completed in 124 milliseconds