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

1 2

  /external/chromium_org/chrome/browser/chromeos/login/
mock_login_utils.cc 24 ON_CALL(*this, CreateAuthenticator(_))
25 .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
login_utils.h 99 virtual scoped_refptr<Authenticator> CreateAuthenticator(
mock_login_utils.h 40 MOCK_METHOD1(CreateAuthenticator,
test_login_utils.cc 36 scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
test_login_utils.h 43 virtual scoped_refptr<Authenticator> CreateAuthenticator(
login_performer.cc 210 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
219 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
226 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
244 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
272 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
288 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
fake_login_utils.h 34 virtual scoped_refptr<Authenticator> CreateAuthenticator(
existing_user_controller_browsertest.cc 75 ACTION_P2(CreateAuthenticator, username, password) {
238 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
240 .WillOnce(WithArg<0>(CreateAuthenticator(kUsername, kPassword)));
304 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
306 .WillOnce(WithArg<0>(CreateAuthenticator(kNewUsername, kPassword)));
431 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
433 .WillOnce(WithArg<0>(CreateAuthenticator(username, password)));
609 EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
611 .WillOnce(WithArg<0>(CreateAuthenticator(kUsername, kPassword)));
fake_login_utils.cc 79 scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
  /external/chromium_org/remoting/host/
pam_authorization_factory_posix.h 23 virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
pam_authorization_factory_posix.cc 163 PamAuthorizationFactory::CreateAuthenticator(
168 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 127 virtual scoped_ptr<Authenticator> CreateAuthenticator(
me2me_host_authenticator_factory.h 50 virtual scoped_ptr<Authenticator> CreateAuthenticator(
negotiating_host_authenticator.cc 127 CreateAuthenticator(MESSAGE_READY, base::Bind(
139 CreateAuthenticator(WAITING_MESSAGE, base::Bind(
154 void NegotiatingHostAuthenticator::CreateAuthenticator(
fake_authenticator.h 92 virtual scoped_ptr<Authenticator> CreateAuthenticator(
negotiating_host_authenticator.h 62 void CreateAuthenticator(Authenticator::State preferred_initial_state,
me2me_host_authenticator_factory.cc 105 scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator(
fake_authenticator.cc 164 scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
jingle_session_manager.cc 141 authenticator_factory_->CreateAuthenticator(
  /external/chromium/chrome/browser/chromeos/login/
login_utils.h 69 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) = 0;
mock_authenticator.h 131 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer) {
login_performer.cc 284 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
468 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
login_utils.cc 130 virtual Authenticator* CreateAuthenticator(LoginStatusConsumer* consumer);
517 Authenticator* LoginUtilsImpl::CreateAuthenticator(

Completed in 221 milliseconds

1 2