CreateAuthenticator  136 chrome/browser/chromeos/chrome_browser_main_chromeos.cc     authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator   86 chrome/browser/chromeos/login/app_launch_signin_screen.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator   77 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc ACTION_P2(CreateAuthenticator, username, password) {
CreateAuthenticator  241 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc   EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
CreateAuthenticator  243 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc       .WillOnce(WithArg<0>(CreateAuthenticator(kUsername, kPassword)));
CreateAuthenticator  307 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc   EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
CreateAuthenticator  309 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc       .WillOnce(WithArg<0>(CreateAuthenticator(kNewUsername, kPassword)));
CreateAuthenticator  446 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc     EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
CreateAuthenticator  448 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc         .WillOnce(WithArg<0>(CreateAuthenticator(username, password)));
CreateAuthenticator  610 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc   EXPECT_CALL(*mock_login_utils_, CreateAuthenticator(_))
CreateAuthenticator  612 chrome/browser/chromeos/login/existing_user_controller_browsertest.cc       .WillOnce(WithArg<0>(CreateAuthenticator(kUsername, kPassword)));
CreateAuthenticator   33 chrome/browser/chromeos/login/fake_login_utils.h   virtual scoped_refptr<Authenticator> CreateAuthenticator(
CreateAuthenticator  261 chrome/browser/chromeos/login/login_performer.cc     authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  272 chrome/browser/chromeos/login/login_performer.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  279 chrome/browser/chromeos/login/login_performer.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  298 chrome/browser/chromeos/login/login_performer.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  307 chrome/browser/chromeos/login/login_performer.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  335 chrome/browser/chromeos/login/login_performer.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  351 chrome/browser/chromeos/login/login_performer.cc     authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator  140 chrome/browser/chromeos/login/login_utils.cc   virtual scoped_refptr<Authenticator> CreateAuthenticator(
CreateAuthenticator  101 chrome/browser/chromeos/login/login_utils.h   virtual scoped_refptr<Authenticator> CreateAuthenticator(
CreateAuthenticator  402 chrome/browser/chromeos/login/login_utils_browsertest.cc         LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator   24 chrome/browser/chromeos/login/mock_login_utils.cc   ON_CALL(*this, CreateAuthenticator(_))
CreateAuthenticator   25 chrome/browser/chromeos/login/mock_login_utils.cc       .WillByDefault(Invoke(fake, &FakeLoginUtils::CreateAuthenticator));
CreateAuthenticator   40 chrome/browser/chromeos/login/mock_login_utils.h   MOCK_METHOD1(CreateAuthenticator,
CreateAuthenticator  159 chrome/browser/chromeos/login/screen_locker.cc   authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
CreateAuthenticator   42 chrome/browser/chromeos/login/test_login_utils.h   virtual scoped_refptr<Authenticator> CreateAuthenticator(
CreateAuthenticator  168 remoting/host/pam_authorization_factory_posix.cc       underlying_->CreateAuthenticator(local_jid, remote_jid, first_message));
CreateAuthenticator   23 remoting/host/pam_authorization_factory_posix.h   virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
CreateAuthenticator  127 remoting/protocol/authenticator.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
CreateAuthenticator   92 remoting/protocol/fake_authenticator.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
CreateAuthenticator   33 remoting/protocol/it2me_host_authenticator_factory.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
CreateAuthenticator  110 remoting/protocol/jingle_session_manager.cc         authenticator_factory_->CreateAuthenticator(
CreateAuthenticator   54 remoting/protocol/me2me_host_authenticator_factory.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
CreateAuthenticator  128 remoting/protocol/negotiating_host_authenticator.cc     CreateAuthenticator(MESSAGE_READY, base::Bind(
CreateAuthenticator  140 remoting/protocol/negotiating_host_authenticator.cc     CreateAuthenticator(WAITING_MESSAGE, base::Bind(
CreateAuthenticator   62 remoting/protocol/negotiating_host_authenticator.h   void CreateAuthenticator(Authenticator::State preferred_initial_state,