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

1 2

  /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 33 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
fake_login_utils.h 32 virtual scoped_refptr<Authenticator> CreateAuthenticator(
login_utils.h 90 virtual scoped_refptr<Authenticator> CreateAuthenticator(
mock_login_utils.h 39 MOCK_METHOD1(CreateAuthenticator,
test_login_utils.h 35 virtual scoped_refptr<Authenticator> CreateAuthenticator(
existing_user_controller_browsertest.cc 78 ACTION_P(CreateAuthenticator, user_context) {
242 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
244 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
304 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
306 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
432 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
434 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
599 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
601 .WillOnce(WithArg<0>(CreateAuthenticator(user_context)));
fake_login_utils.cc 99 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
login_utils.cc 115 virtual scoped_refptr<Authenticator> CreateAuthenticator(
141 // Has to be scoped_refptr, see comment for CreateAuthenticator(...).
328 scoped_refptr<Authenticator> LoginUtilsImpl::CreateAuthenticator(
app_launch_signin_screen.cc 85 // Note: LoginUtils::CreateAuthenticator doesn't necessarily create
87 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
  /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(
negotiating_host_authenticator.h 62 void CreateAuthenticator(Authenticator::State preferred_initial_state,
fake_authenticator.h 102 virtual scoped_ptr<Authenticator> CreateAuthenticator(
me2me_host_authenticator_factory.cc 118 scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator(
fake_authenticator.cc 175 scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
jingle_session_manager.cc 110 authenticator_factory_->CreateAuthenticator(
  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_performer.cc 258 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
269 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
276 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
295 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
304 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
332 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
346 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.cc 156 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 146 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
    [all...]

Completed in 470 milliseconds

1 2