HomeSort by relevance Sort by last modified time
    Searched refs:CreateAuthenticator (Results 1 - 24 of 24) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 26 ON_CALL(*this, CreateAuthenticator(_))
27 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
test_login_utils.cc 39 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
test_login_utils.h 37 virtual scoped_refptr<Authenticator> CreateAuthenticator(
fake_login_utils.h 34 virtual scoped_refptr<Authenticator> CreateAuthenticator(
login_utils.h 95 virtual scoped_refptr<Authenticator> CreateAuthenticator(
mock_login_utils.h 41 MOCK_METHOD1(CreateAuthenticator,
existing_user_controller_browsertest.cc 78 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)));
fake_login_utils.cc 109 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
app_launch_signin_screen.cc 88 // Note: LoginUtils::CreateAuthenticator doesn't necessarily create
90 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
login_utils.cc 205 virtual scoped_refptr<Authenticator> CreateAuthenticator(
232 // Has to be scoped_refptr, see comment for CreateAuthenticator(...).
451 scoped_refptr<Authenticator> LoginUtilsImpl::CreateAuthenticator(
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.h 23 virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
pam_authorization_factory_posix.cc 168 PamAuthorizationFactory::CreateAuthenticator(
173 underlying_->CreateAuthenticator(local_jid, remote_jid, first_message));
  /external/chromium_org/remoting/protocol/
it2me_host_authenticator_factory.cc 26 scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
it2me_host_authenticator_factory.h 33 virtual scoped_ptr<Authenticator> CreateAuthenticator(
authenticator.h 132 virtual scoped_ptr<Authenticator> CreateAuthenticator(
me2me_host_authenticator_factory.h 54 virtual scoped_ptr<Authenticator> CreateAuthenticator(
negotiating_host_authenticator.cc 128 CreateAuthenticator(MESSAGE_READY, base::Bind(
140 CreateAuthenticator(WAITING_MESSAGE, base::Bind(
155 void NegotiatingHostAuthenticator::CreateAuthenticator(
fake_authenticator.h 100 virtual scoped_ptr<Authenticator> CreateAuthenticator(
negotiating_host_authenticator.h 62 void CreateAuthenticator(Authenticator::State preferred_initial_state,
me2me_host_authenticator_factory.cc 118 scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator(
fake_authenticator.cc 186 scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
jingle_session_manager.cc 110 authenticator_factory_->CreateAuthenticator(
  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_performer.cc 257 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/
screen_locker.cc 167 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);

Completed in 2602 milliseconds