/external/chromium_org/chrome/browser/chromeos/login/ |
D | login_performer.cc | 61 if (authenticator_.get()) in ~LoginPerformer() 62 authenticator_->SetConsumer(NULL); in ~LoginPerformer() 232 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginAsLocallyManagedUser() 236 authenticator_.get(), in LoginAsLocallyManagedUser() 241 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginRetailMode() 244 base::Bind(&Authenticator::LoginRetailMode, authenticator_.get())); in LoginRetailMode() 248 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginOffTheRecord() 251 base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get())); in LoginOffTheRecord() 266 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginAsPublicAccount() 269 base::Bind(&Authenticator::LoginAsPublicAccount, authenticator_.get(), in LoginAsPublicAccount() [all …]
|
D | login_utils.cc | 208 scoped_refptr<Authenticator> authenticator_; member in chromeos::LoginUtilsImpl 516 ProfileAuthData::Transfer(authenticator_->authentication_profile(), in UserProfileInitialized() 536 CHECK((authenticator_.get() && authenticator_->authentication_profile()) || in RestoreAuthSession() 553 authenticator_.get() && authenticator_->authentication_profile() in RestoreAuthSession() 554 ? authenticator_->authentication_profile()->GetRequestContext() in RestoreAuthSession() 705 if (authenticator_.get()) in CreateAuthenticator() 706 authenticator_->SetConsumer(NULL); in CreateAuthenticator() 707 authenticator_ = NULL; in CreateAuthenticator() 710 if (authenticator_.get() == NULL) { in CreateAuthenticator() 711 authenticator_ = new ParallelAuthenticator(consumer); in CreateAuthenticator() [all …]
|
D | fake_login_utils.cc | 109 authenticator_ = in CreateAuthenticator() 111 return authenticator_; in CreateAuthenticator() 134 if (authenticator_.get()) { in SetExpectedCredentials() 135 static_cast<MockAuthenticator*>(authenticator_.get())-> in SetExpectedCredentials()
|
D | screen_locker.cc | 185 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Init() 285 authenticator_.get(), in Authenticate() 421 if (authenticator_.get()) in ~ScreenLocker() 422 authenticator_->SetConsumer(NULL); in ~ScreenLocker() 442 authenticator_ = authenticator; in SetAuthenticator()
|
D | app_launch_signin_screen.cc | 81 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Login() 85 authenticator_.get(), in Login()
|
D | fake_login_utils.h | 47 scoped_refptr<Authenticator> authenticator_; variable
|
D | login_performer.h | 131 scoped_refptr<Authenticator> authenticator_; variable
|
D | app_launch_signin_screen.h | 92 scoped_refptr<Authenticator> authenticator_; variable
|
D | screen_locker.h | 159 scoped_refptr<Authenticator> authenticator_; variable
|
/external/chromium_org/remoting/protocol/ |
D | jingle_session.cc | 99 authenticator_ = authenticator.Pass(); in StartConnection() 114 authenticator_->GetNextMessage())); in StartConnection() 129 authenticator_ = authenticator.Pass(); in InitializeIncomingConnection() 149 DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE); in AcceptIncomingConnection() 151 authenticator_->ProcessMessage(first_auth_message, base::Bind( in AcceptIncomingConnection() 157 DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE); in ContinueAcceptIncomingConnection() 158 if (authenticator_->state() == Authenticator::REJECTED) { in ContinueAcceptIncomingConnection() 160 authenticator_->rejection_reason())); in ContinueAcceptIncomingConnection() 169 if (authenticator_->state() == Authenticator::MESSAGE_READY) in ContinueAcceptIncomingConnection() 170 auth_message = authenticator_->GetNextMessage(); in ContinueAcceptIncomingConnection() [all …]
|
D | libjingle_transport_factory.cc | 105 scoped_ptr<ChannelAuthenticator> authenticator_; member in remoting::protocol::__anon3df164710111::LibjingleStreamTransport 179 authenticator_ = authenticator.Pass(); in Initialize() 337 authenticator_->SecureAndAuthenticate( in OnTcpConnected() 399 authenticator_.reset(); in NotifyConnectFailed()
|
D | connection_to_host.cc | 85 authenticator_ = authenticator.Pass(); in Connect() 133 host_jid_, authenticator_.Pass(), candidate_config.Pass()); in OnSessionManagerReady()
|
D | connection_to_host.h | 145 scoped_ptr<Authenticator> authenticator_; variable
|
D | jingle_session.h | 158 scoped_ptr<Authenticator> authenticator_; variable
|
/external/chromium/chrome/browser/remoting/ |
D | setup_flow_login_step.cc | 64 if (authenticator_.get()) in Cancel() 65 authenticator_->CancelRequest(); in Cancel() 75 authenticator_.reset( in OnUserSubmittedAuth() 85 authenticator_->StartClientLogin(user, remoting_password, in OnUserSubmittedAuth() 98 authenticator_->StartIssueAuthToken(credentials.sid, credentials.lsid, in OnClientLoginSuccess() 105 authenticator_.reset(); in OnClientLoginFailure() 112 authenticator_.reset(); in OnIssueAuthTokenSuccess() 120 authenticator_.reset(); in OnIssueAuthTokenFailure()
|
D | setup_flow_login_step.h | 50 scoped_ptr<GaiaAuthFetcher> authenticator_; variable
|
/external/chromium/chrome/browser/printing/cloud_print/ |
D | cloud_print_setup_flow.cc | 173 if (authenticator_.get()) in OnDialogClosed() 174 authenticator_->CancelRequest(); in OnDialogClosed() 212 authenticator_.reset(); in OnClientLoginSuccess() 224 authenticator_.reset(); in OnClientLoginFailure() 241 authenticator_.reset( in OnUserSubmittedAuth() 246 authenticator_->StartClientLogin(user, access_code, in OnUserSubmittedAuth() 251 authenticator_->StartClientLogin(user, password, in OnUserSubmittedAuth()
|
D | cloud_print_setup_flow.h | 128 scoped_ptr<GaiaAuthFetcher> authenticator_; variable
|
/external/chromium/chrome/browser/chromeos/login/ |
D | login_performer.cc | 284 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginOffTheRecord() 287 NewRunnableMethod(authenticator_.get(), in LoginOffTheRecord() 294 NewRunnableMethod(authenticator_.get(), in RecoverEncryptedData() 304 NewRunnableMethod(authenticator_.get(), in ResyncEncryptedData() 468 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in StartAuthentication() 471 NewRunnableMethod(authenticator_.get(), in StartAuthentication() 479 DCHECK(authenticator_.get()) in StartAuthentication() 485 NewRunnableMethod(authenticator_.get(), in StartAuthentication()
|
D | login_performer.h | 153 scoped_refptr<Authenticator> authenticator_; variable
|
D | screen_locker.h | 203 scoped_refptr<Authenticator> authenticator_; variable
|
D | screen_locker.cc | 722 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Init() 913 NewRunnableMethod(authenticator_.get(), in Authenticate() 1086 authenticator_ = authenticator; in SetAuthenticator()
|
/external/chromium_org/chrome/browser/chromeos/login/managed/ |
D | locally_managed_user_creation_controller.cc | 153 authenticator_ = new ManagedUserAuthenticator(this); in StartCreation() 154 authenticator_->AuthenticateToCreate(creation_context_->local_user_id, in StartCreation() 193 authenticator_->AddMasterKey(creation_context_->local_user_id, in OnMountSuccess()
|
D | locally_managed_user_creation_controller.h | 144 scoped_refptr<ManagedUserAuthenticator> authenticator_; variable
|
/external/chromium_org/chrome/browser/chromeos/ |
D | chrome_browser_main_chromeos.cc | 144 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in StubLogin() 145 authenticator_.get()->AuthenticateToLogin( in StubLogin() 179 scoped_refptr<Authenticator> authenticator_; member in chromeos::__anon5eb83f1c0111::StubLogin
|