Searched refs:CreateAuthenticator (Results 1 - 24 of 24) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
H A Dmock_login_utils.cc26 ON_CALL(*this, CreateAuthenticator(_))
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
H A Dtest_login_utils.cc39 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator( function in class:chromeos::TestLoginUtils
H A Dfake_login_utils.h34 virtual scoped_refptr<Authenticator> CreateAuthenticator(
H A Dmock_login_utils.h41 MOCK_METHOD1(CreateAuthenticator,
H A Dtest_login_utils.h37 virtual scoped_refptr<Authenticator> CreateAuthenticator(
H A Dlogin_utils.h95 virtual scoped_refptr<Authenticator> CreateAuthenticator(
H A Dexisting_user_controller_browsertest.cc78 ACTION_P(CreateAuthenticator, user_context) {
239 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
241 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
301 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
303 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
430 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
432 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
599 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
601 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
H A Dfake_login_utils.cc109 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator( function in class:chromeos::FakeLoginUtils
H A Dapp_launch_signin_screen.cc88 // Note: LoginUtils::CreateAuthenticator doesn't necessarily create
90 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
H A Dlogin_utils.cc205 virtual scoped_refptr<Authenticator> CreateAuthenticator(
232 // Has to be scoped_refptr, see comment for CreateAuthenticator(...).
451 scoped_refptr<Authenticator> LoginUtilsImpl::CreateAuthenticator( function in class:chromeos::LoginUtilsImpl
/external/chromium_org/remoting/host/
H A Dpam_authorization_factory_posix.h23 virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
H A Dpam_authorization_factory_posix.cc168 PamAuthorizationFactory::CreateAuthenticator( function in class:remoting::PamAuthorizationFactory
173 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message));
/external/chromium_org/remoting/protocol/
H A Dit2me_host_authenticator_factory.cc26 scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator( function in class:remoting::protocol::It2MeHostAuthenticatorFactory
H A Dit2me_host_authenticator_factory.h33 virtual scoped_ptr<Authenticator> CreateAuthenticator(
H A Dnegotiating_host_authenticator.cc128 CreateAuthenticator(MESSAGE_READY, base::Bind(
140 CreateAuthenticator(WAITING_MESSAGE, base::Bind(
155 void NegotiatingHostAuthenticator::CreateAuthenticator( function in class:remoting::protocol::NegotiatingHostAuthenticator
H A Dauthenticator.h132 virtual scoped_ptr<Authenticator> CreateAuthenticator(
H A Dme2me_host_authenticator_factory.h54 virtual scoped_ptr<Authenticator> CreateAuthenticator(
H A Dnegotiating_host_authenticator.h62 void CreateAuthenticator(Authenticator::State preferred_initial_state,
H A Dfake_authenticator.h100 virtual scoped_ptr<Authenticator> CreateAuthenticator(
H A Dme2me_host_authenticator_factory.cc118 scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator( function in class:remoting::protocol::Me2MeHostAuthenticatorFactory
H A Dfake_authenticator.cc186 scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator( function in class:remoting::protocol::FakeHostAuthenticatorFactory
H A Djingle_session_manager.cc110 authenticator_factory_->CreateAuthenticator(
/external/chromium_org/chrome/browser/chromeos/login/auth/
H A Dlogin_performer.cc257 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
268 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
275 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
295 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
305 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
333 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
347 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
/external/chromium_org/chrome/browser/chromeos/login/lock/
H A Dscreen_locker.cc167 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);

Completed in 6688 milliseconds