Authenticator     175 chrome/browser/chromeos/chrome_browser_main_chromeos.cc   scoped_refptr<Authenticator> authenticator_;
Authenticator      89 chrome/browser/chromeos/login/app_launch_signin_screen.cc       base::Bind(&Authenticator::AuthenticateToUnlock,
Authenticator      93 chrome/browser/chromeos/login/app_launch_signin_screen.h   scoped_refptr<Authenticator> authenticator_;
Authenticator      11 chrome/browser/chromeos/login/authenticator.cc Authenticator::Authenticator(LoginStatusConsumer* consumer)
Authenticator      16 chrome/browser/chromeos/login/authenticator.cc Authenticator::~Authenticator() {}
Authenticator      18 chrome/browser/chromeos/login/authenticator.cc void Authenticator::SetConsumer(LoginStatusConsumer* consumer) {
Authenticator      26 chrome/browser/chromeos/login/authenticator.h class Authenticator : public base::RefCountedThreadSafe<Authenticator> {
Authenticator      28 chrome/browser/chromeos/login/authenticator.h   explicit Authenticator(LoginStatusConsumer* consumer);
Authenticator      97 chrome/browser/chromeos/login/authenticator.h   virtual ~Authenticator();
Authenticator     103 chrome/browser/chromeos/login/authenticator.h   friend class base::RefCountedThreadSafe<Authenticator>;
Authenticator     105 chrome/browser/chromeos/login/authenticator.h   DISALLOW_COPY_AND_ASSIGN(Authenticator);
Authenticator      97 chrome/browser/chromeos/login/fake_login_utils.cc scoped_refptr<Authenticator> FakeLoginUtils::CreateAuthenticator(
Authenticator      33 chrome/browser/chromeos/login/fake_login_utils.h   virtual scoped_refptr<Authenticator> CreateAuthenticator(
Authenticator      47 chrome/browser/chromeos/login/fake_login_utils.h   scoped_refptr<Authenticator> authenticator_;
Authenticator     265 chrome/browser/chromeos/login/login_performer.cc         base::Bind(&Authenticator::LoginAsLocallyManagedUser,
Authenticator     275 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::LoginRetailMode, authenticator_.get()));
Authenticator     282 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get()));
Authenticator     301 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::LoginAsPublicAccount, authenticator_.get(),
Authenticator     310 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::LoginAsKioskAccount, authenticator_.get(),
Authenticator     317 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::RecoverEncryptedData, authenticator_.get(),
Authenticator     324 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::ResyncEncryptedData, authenticator_.get()));
Authenticator     338 chrome/browser/chromeos/login/login_performer.cc       base::Bind(&Authenticator::CompleteLogin, authenticator_.get(),
Authenticator     354 chrome/browser/chromeos/login/login_performer.cc         base::Bind(&Authenticator::AuthenticateToLogin, authenticator_.get(),
Authenticator     135 chrome/browser/chromeos/login/login_performer.h   scoped_refptr<Authenticator> authenticator_;
Authenticator     140 chrome/browser/chromeos/login/login_utils.cc   virtual scoped_refptr<Authenticator> CreateAuthenticator(
Authenticator     226 chrome/browser/chromeos/login/login_utils.cc   scoped_refptr<Authenticator> authenticator_;
Authenticator     770 chrome/browser/chromeos/login/login_utils.cc scoped_refptr<Authenticator> LoginUtilsImpl::CreateAuthenticator(
Authenticator      23 chrome/browser/chromeos/login/login_utils.h class Authenticator;
Authenticator     101 chrome/browser/chromeos/login/login_utils.h   virtual scoped_refptr<Authenticator> CreateAuthenticator(
Authenticator     401 chrome/browser/chromeos/login/login_utils_browsertest.cc     scoped_refptr<Authenticator> authenticator =
Authenticator      19 chrome/browser/chromeos/login/mock_authenticator.h class MockAuthenticator : public Authenticator {
Authenticator      24 chrome/browser/chromeos/login/mock_authenticator.h       : Authenticator(consumer),
Authenticator      41 chrome/browser/chromeos/login/mock_login_utils.h                scoped_refptr<Authenticator>(LoginStatusConsumer*));
Authenticator     213 chrome/browser/chromeos/login/parallel_authenticator.cc     : Authenticator(consumer),
Authenticator      56 chrome/browser/chromeos/login/parallel_authenticator.h class ParallelAuthenticator : public Authenticator,
Authenticator     298 chrome/browser/chromeos/login/screen_locker.cc       base::Bind(&Authenticator::AuthenticateToUnlock,
Authenticator     523 chrome/browser/chromeos/login/screen_locker.cc void ScreenLocker::SetAuthenticator(Authenticator* authenticator) {
Authenticator      33 chrome/browser/chromeos/login/screen_locker.h class Authenticator;
Authenticator     153 chrome/browser/chromeos/login/screen_locker.h   void SetAuthenticator(Authenticator* authenticator);
Authenticator     174 chrome/browser/chromeos/login/screen_locker.h   scoped_refptr<Authenticator> authenticator_;
Authenticator      35 chrome/browser/chromeos/login/test_login_utils.cc scoped_refptr<Authenticator> TestLoginUtils::CreateAuthenticator(
Authenticator      42 chrome/browser/chromeos/login/test_login_utils.h   virtual scoped_refptr<Authenticator> CreateAuthenticator(
Authenticator      57 remoting/client/chromoting_client.cc   scoped_ptr<protocol::Authenticator> authenticator(
Authenticator      20 remoting/host/pam_authorization_factory_posix.cc class PamAuthorizer : public protocol::Authenticator {
Authenticator      22 remoting/host/pam_authorization_factory_posix.cc   PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying);
Authenticator      44 remoting/host/pam_authorization_factory_posix.cc   scoped_ptr<protocol::Authenticator> underlying_;
Authenticator      49 remoting/host/pam_authorization_factory_posix.cc PamAuthorizer::PamAuthorizer(scoped_ptr<protocol::Authenticator> underlying)
Authenticator      57 remoting/host/pam_authorization_factory_posix.cc protocol::Authenticator::State PamAuthorizer::state() const {
Authenticator      65 remoting/host/pam_authorization_factory_posix.cc protocol::Authenticator::RejectionReason
Authenticator     162 remoting/host/pam_authorization_factory_posix.cc scoped_ptr<protocol::Authenticator>
Authenticator     167 remoting/host/pam_authorization_factory_posix.cc   scoped_ptr<protocol::Authenticator> authenticator(
Authenticator     169 remoting/host/pam_authorization_factory_posix.cc   return scoped_ptr<protocol::Authenticator>(
Authenticator      23 remoting/host/pam_authorization_factory_posix.h   virtual scoped_ptr<protocol::Authenticator> CreateAuthenticator(
Authenticator      20 remoting/protocol/authentication_method.h class Authenticator;
Authenticator      19 remoting/protocol/authenticator.cc bool Authenticator::IsAuthenticatorMessage(const buzz::XmlElement* message) {
Authenticator      24 remoting/protocol/authenticator.cc scoped_ptr<buzz::XmlElement> Authenticator::CreateEmptyAuthenticatorMessage() {
Authenticator      30 remoting/protocol/authenticator.cc const buzz::XmlElement* Authenticator::FindAuthenticatorMessage(
Authenticator      40 remoting/protocol/authenticator.h class Authenticator {
Authenticator      86 remoting/protocol/authenticator.h   Authenticator() {}
Authenticator      87 remoting/protocol/authenticator.h   virtual ~Authenticator() {}
Authenticator     127 remoting/protocol/authenticator.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
Authenticator      71 remoting/protocol/authenticator_test_base.cc void AuthenticatorTestBase::ContinueAuthExchangeWith(Authenticator* sender,
Authenticator      72 remoting/protocol/authenticator_test_base.cc                                                      Authenticator* receiver) {
Authenticator      74 remoting/protocol/authenticator_test_base.cc   ASSERT_NE(Authenticator::WAITING_MESSAGE, sender->state());
Authenticator      75 remoting/protocol/authenticator_test_base.cc   if (sender->state() == Authenticator::ACCEPTED ||
Authenticator      76 remoting/protocol/authenticator_test_base.cc       sender->state() == Authenticator::REJECTED)
Authenticator      79 remoting/protocol/authenticator_test_base.cc   ASSERT_EQ(Authenticator::MESSAGE_READY, sender->state());
Authenticator      82 remoting/protocol/authenticator_test_base.cc   ASSERT_NE(Authenticator::MESSAGE_READY, sender->state());
Authenticator      84 remoting/protocol/authenticator_test_base.cc   ASSERT_EQ(Authenticator::WAITING_MESSAGE, receiver->state());
Authenticator      26 remoting/protocol/authenticator_test_base.h class Authenticator;
Authenticator      43 remoting/protocol/authenticator_test_base.h   static void ContinueAuthExchangeWith(Authenticator* sender,
Authenticator      44 remoting/protocol/authenticator_test_base.h                                        Authenticator* receiver);
Authenticator      60 remoting/protocol/authenticator_test_base.h   scoped_ptr<Authenticator> host_;
Authenticator      61 remoting/protocol/authenticator_test_base.h   scoped_ptr<Authenticator> client_;
Authenticator      73 remoting/protocol/connection_to_host.cc                                scoped_ptr<Authenticator> authenticator,
Authenticator      37 remoting/protocol/connection_to_host.h class Authenticator;
Authenticator      94 remoting/protocol/connection_to_host.h                        scoped_ptr<Authenticator> authenticator,
Authenticator     147 remoting/protocol/connection_to_host.h   scoped_ptr<Authenticator> authenticator_;
Authenticator     179 remoting/protocol/content_description.cc     DCHECK(Authenticator::IsAuthenticatorMessage(authenticator_message_.get()));
Authenticator     233 remoting/protocol/content_description.cc   const XmlElement* child = Authenticator::FindAuthenticatorMessage(element);
Authenticator      22 remoting/protocol/content_description_unittest.cc       config.Pass(), Authenticator::CreateEmptyAuthenticatorMessage());
Authenticator      93 remoting/protocol/fake_authenticator.cc Authenticator::State FakeAuthenticator::state() const {
Authenticator     119 remoting/protocol/fake_authenticator.cc Authenticator::RejectionReason FakeAuthenticator::rejection_reason() const {
Authenticator     164 remoting/protocol/fake_authenticator.cc scoped_ptr<Authenticator> FakeHostAuthenticatorFactory::CreateAuthenticator(
Authenticator     168 remoting/protocol/fake_authenticator.cc   return scoped_ptr<Authenticator>(new FakeAuthenticator(
Authenticator      48 remoting/protocol/fake_authenticator.h class FakeAuthenticator : public Authenticator {
Authenticator      92 remoting/protocol/fake_authenticator.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
Authenticator      26 remoting/protocol/it2me_host_authenticator_factory.cc scoped_ptr<Authenticator> It2MeHostAuthenticatorFactory::CreateAuthenticator(
Authenticator      33 remoting/protocol/it2me_host_authenticator_factory.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
Authenticator      48 remoting/protocol/jingle_session.cc     Authenticator::RejectionReason reason) {
Authenticator      50 remoting/protocol/jingle_session.cc     case Authenticator::INVALID_CREDENTIALS:
Authenticator      52 remoting/protocol/jingle_session.cc     case Authenticator::PROTOCOL_ERROR:
Authenticator      92 remoting/protocol/jingle_session.cc     scoped_ptr<Authenticator> authenticator,
Authenticator      96 remoting/protocol/jingle_session.cc   DCHECK_EQ(authenticator->state(), Authenticator::MESSAGE_READY);
Authenticator     122 remoting/protocol/jingle_session.cc     scoped_ptr<Authenticator> authenticator) {
Authenticator     126 remoting/protocol/jingle_session.cc   DCHECK_EQ(authenticator->state(), Authenticator::WAITING_MESSAGE);
Authenticator     149 remoting/protocol/jingle_session.cc   DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE);
Authenticator     157 remoting/protocol/jingle_session.cc   DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE);
Authenticator     158 remoting/protocol/jingle_session.cc   if (authenticator_->state() == Authenticator::REJECTED) {
Authenticator     169 remoting/protocol/jingle_session.cc   if (authenticator_->state() == Authenticator::MESSAGE_READY)
Authenticator     180 remoting/protocol/jingle_session.cc   if (authenticator_->state() == Authenticator::ACCEPTED) {
Authenticator     183 remoting/protocol/jingle_session.cc     DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE);
Authenticator     475 remoting/protocol/jingle_session.cc   DCHECK(authenticator_->state() == Authenticator::WAITING_MESSAGE);
Authenticator     483 remoting/protocol/jingle_session.cc       !Authenticator::IsAuthenticatorMessage(message.info.get())) {
Authenticator     489 remoting/protocol/jingle_session.cc       authenticator_->state() != Authenticator::WAITING_MESSAGE) {
Authenticator     578 remoting/protocol/jingle_session.cc   DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE);
Authenticator     587 remoting/protocol/jingle_session.cc   if (authenticator_->state() == Authenticator::MESSAGE_READY) {
Authenticator     593 remoting/protocol/jingle_session.cc   DCHECK_NE(authenticator_->state(), Authenticator::MESSAGE_READY);
Authenticator     595 remoting/protocol/jingle_session.cc   if (authenticator_->state() == Authenticator::ACCEPTED) {
Authenticator     597 remoting/protocol/jingle_session.cc   } else if (authenticator_->state() == Authenticator::REJECTED) {
Authenticator      86 remoting/protocol/jingle_session.h                        scoped_ptr<Authenticator> authenticator,
Authenticator      94 remoting/protocol/jingle_session.h                                     scoped_ptr<Authenticator> authenticator);
Authenticator     158 remoting/protocol/jingle_session.h   scoped_ptr<Authenticator> authenticator_;
Authenticator      49 remoting/protocol/jingle_session_manager.cc     scoped_ptr<Authenticator> authenticator,
Authenticator     109 remoting/protocol/jingle_session_manager.cc     scoped_ptr<Authenticator> authenticator =
Authenticator      54 remoting/protocol/jingle_session_manager.h       scoped_ptr<Authenticator> authenticator,
Authenticator     235 remoting/protocol/jingle_session_unittest.cc     scoped_ptr<Authenticator> authenticator(new FakeAuthenticator(
Authenticator     320 remoting/protocol/jingle_session_unittest.cc   scoped_ptr<Authenticator> authenticator(new FakeAuthenticator(
Authenticator      21 remoting/protocol/me2me_host_authenticator_factory.cc class RejectingAuthenticator : public Authenticator {
Authenticator     114 remoting/protocol/me2me_host_authenticator_factory.cc scoped_ptr<Authenticator> Me2MeHostAuthenticatorFactory::CreateAuthenticator(
Authenticator     129 remoting/protocol/me2me_host_authenticator_factory.cc       return scoped_ptr<Authenticator>(new RejectingAuthenticator());
Authenticator     143 remoting/protocol/me2me_host_authenticator_factory.cc     return scoped_ptr<Authenticator>(new RejectingAuthenticator());
Authenticator     159 remoting/protocol/me2me_host_authenticator_factory.cc   return scoped_ptr<Authenticator>(new RejectingAuthenticator());
Authenticator      54 remoting/protocol/me2me_host_authenticator_factory.h   virtual scoped_ptr<Authenticator> CreateAuthenticator(
Authenticator      30 remoting/protocol/negotiating_authenticator_base.cc     Authenticator::State initial_state)
Authenticator      39 remoting/protocol/negotiating_authenticator_base.cc Authenticator::State NegotiatingAuthenticatorBase::state() const {
Authenticator      43 remoting/protocol/negotiating_authenticator_base.cc Authenticator::RejectionReason
Authenticator      61 remoting/protocol/negotiating_authenticator_base.h class NegotiatingAuthenticatorBase : public Authenticator {
Authenticator      85 remoting/protocol/negotiating_authenticator_base.h   explicit NegotiatingAuthenticatorBase(Authenticator::State initial_state);
Authenticator      99 remoting/protocol/negotiating_authenticator_base.h   scoped_ptr<Authenticator> current_authenticator_;
Authenticator     106 remoting/protocol/negotiating_authenticator_unittest.cc   void VerifyRejected(Authenticator::RejectionReason reason) {
Authenticator     107 remoting/protocol/negotiating_authenticator_unittest.cc     ASSERT_TRUE(client_->state() == Authenticator::REJECTED ||
Authenticator     108 remoting/protocol/negotiating_authenticator_unittest.cc                 host_->state() == Authenticator::REJECTED);
Authenticator     109 remoting/protocol/negotiating_authenticator_unittest.cc     if (client_->state() == Authenticator::REJECTED) {
Authenticator     112 remoting/protocol/negotiating_authenticator_unittest.cc     if (host_->state() == Authenticator::REJECTED) {
Authenticator     120 remoting/protocol/negotiating_authenticator_unittest.cc     ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
Authenticator     121 remoting/protocol/negotiating_authenticator_unittest.cc     ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
Authenticator     178 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyRejected(Authenticator::INVALID_CREDENTIALS);
Authenticator     187 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyRejected(Authenticator::INVALID_CREDENTIALS);
Authenticator     196 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyRejected(Authenticator::PROTOCOL_ERROR);
Authenticator     232 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyRejected(Authenticator::INVALID_CREDENTIALS);
Authenticator     260 remoting/protocol/negotiating_authenticator_unittest.cc   VerifyRejected(Authenticator::INVALID_CREDENTIALS);
Authenticator     114 remoting/protocol/negotiating_client_authenticator.cc     Authenticator::State preferred_initial_state,
Authenticator     151 remoting/protocol/negotiating_client_authenticator.cc     Authenticator::State initial_state,
Authenticator      48 remoting/protocol/negotiating_client_authenticator.h       Authenticator::State preferred_initial_state,
Authenticator      65 remoting/protocol/negotiating_client_authenticator.h       Authenticator::State initial_state,
Authenticator      34 remoting/protocol/negotiating_host_authenticator.cc scoped_ptr<Authenticator> NegotiatingHostAuthenticator::CreateWithSharedSecret(
Authenticator      48 remoting/protocol/negotiating_host_authenticator.cc   return scoped_ptr<Authenticator>(result.Pass());
Authenticator      52 remoting/protocol/negotiating_host_authenticator.cc scoped_ptr<Authenticator>
Authenticator      61 remoting/protocol/negotiating_host_authenticator.cc   return scoped_ptr<Authenticator>(result.Pass());
Authenticator     156 remoting/protocol/negotiating_host_authenticator.cc     Authenticator::State preferred_initial_state,
Authenticator      35 remoting/protocol/negotiating_host_authenticator.h   static scoped_ptr<Authenticator> CreateWithSharedSecret(
Authenticator      43 remoting/protocol/negotiating_host_authenticator.h   static scoped_ptr<Authenticator> CreateWithThirdPartyAuth(
Authenticator      62 remoting/protocol/negotiating_host_authenticator.h   void CreateAuthenticator(Authenticator::State preferred_initial_state,
Authenticator      34 remoting/protocol/pairing_authenticator_base.cc Authenticator::State PairingAuthenticatorBase::state() const {
Authenticator      41 remoting/protocol/pairing_authenticator_base.cc Authenticator::RejectionReason
Authenticator     141 remoting/protocol/pairing_authenticator_base.cc     scoped_ptr<Authenticator> authenticator) {
Authenticator      39 remoting/protocol/pairing_authenticator_base.h class PairingAuthenticatorBase : public Authenticator {
Authenticator      54 remoting/protocol/pairing_authenticator_base.h   typedef base::Callback<void(scoped_ptr<Authenticator> authenticator)>
Authenticator      78 remoting/protocol/pairing_authenticator_base.h   scoped_ptr<Authenticator> v2_authenticator_;
Authenticator      92 remoting/protocol/pairing_authenticator_base.h       scoped_ptr<Authenticator> authenticator);
Authenticator      35 remoting/protocol/pairing_host_authenticator.cc Authenticator::State PairingHostAuthenticator::state() const {
Authenticator      46 remoting/protocol/pairing_host_authenticator.cc Authenticator::RejectionReason
Authenticator     194 remoting/protocol/protocol_mock_objects.h       Authenticator* authenticator,
Authenticator     201 remoting/protocol/protocol_mock_objects.h       scoped_ptr<Authenticator> authenticator,
Authenticator      69 remoting/protocol/session_manager.h class Authenticator;
Authenticator     135 remoting/protocol/session_manager.h       scoped_ptr<Authenticator> authenticator,
Authenticator      29 remoting/protocol/third_party_authenticator_base.cc     Authenticator::State initial_state)
Authenticator      37 remoting/protocol/third_party_authenticator_base.cc Authenticator::State ThirdPartyAuthenticatorBase::state() const {
Authenticator      43 remoting/protocol/third_party_authenticator_base.cc Authenticator::RejectionReason
Authenticator      33 remoting/protocol/third_party_authenticator_base.h class ThirdPartyAuthenticatorBase : public Authenticator {
Authenticator      67 remoting/protocol/third_party_authenticator_base.h   scoped_ptr<Authenticator> underlying_;
Authenticator     134 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state());
Authenticator     137 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state());
Authenticator     142 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
Authenticator     143 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
Authenticator     161 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state());
Authenticator     167 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, client_->state());
Authenticator     173 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state());
Authenticator     176 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state());
Authenticator     180 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, host_->state());
Authenticator     186 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state());
Authenticator     192 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, client_->state());
Authenticator     199 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state());
Authenticator     202 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state());
Authenticator     207 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, client_->state());
Authenticator     213 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, client_->state());
Authenticator     216 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::PROCESSING_MESSAGE, host_->state());
Authenticator     221 remoting/protocol/third_party_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, client_->state());
Authenticator      38 remoting/protocol/v2_authenticator.cc scoped_ptr<Authenticator> V2Authenticator::CreateForClient(
Authenticator      40 remoting/protocol/v2_authenticator.cc     Authenticator::State initial_state) {
Authenticator      41 remoting/protocol/v2_authenticator.cc   return scoped_ptr<Authenticator>(new V2Authenticator(
Authenticator      46 remoting/protocol/v2_authenticator.cc scoped_ptr<Authenticator> V2Authenticator::CreateForHost(
Authenticator      50 remoting/protocol/v2_authenticator.cc     Authenticator::State initial_state) {
Authenticator      55 remoting/protocol/v2_authenticator.cc   return scoped_ptr<Authenticator>(result.Pass());
Authenticator      61 remoting/protocol/v2_authenticator.cc     Authenticator::State initial_state)
Authenticator      72 remoting/protocol/v2_authenticator.cc Authenticator::State V2Authenticator::state() const {
Authenticator      78 remoting/protocol/v2_authenticator.cc Authenticator::RejectionReason V2Authenticator::rejection_reason() const {
Authenticator      23 remoting/protocol/v2_authenticator.h class V2Authenticator : public Authenticator {
Authenticator      27 remoting/protocol/v2_authenticator.h   static scoped_ptr<Authenticator> CreateForClient(
Authenticator      31 remoting/protocol/v2_authenticator.h   static scoped_ptr<Authenticator> CreateForHost(
Authenticator      46 remoting/protocol/v2_authenticator_unittest.cc         Authenticator::WAITING_MESSAGE);
Authenticator      48 remoting/protocol/v2_authenticator_unittest.cc         client_secret, Authenticator::MESSAGE_READY);
Authenticator      66 remoting/protocol/v2_authenticator_unittest.cc   ASSERT_EQ(Authenticator::ACCEPTED, host_->state());
Authenticator      67 remoting/protocol/v2_authenticator_unittest.cc   ASSERT_EQ(Authenticator::ACCEPTED, client_->state());
Authenticator      87 remoting/protocol/v2_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, client_->state());
Authenticator      91 remoting/protocol/v2_authenticator_unittest.cc       Authenticator::MESSAGE_READY;
Authenticator      96 remoting/protocol/v2_authenticator_unittest.cc   ASSERT_EQ(Authenticator::WAITING_MESSAGE, client_->state());
Authenticator      99 remoting/protocol/v2_authenticator_unittest.cc   ASSERT_EQ(Authenticator::REJECTED, host_->state());