Home
last modified time | relevance | path

Searched refs:authenticator_ (Results 1 – 25 of 26) sorted by relevance

12

/external/chromium_org/chrome/browser/chromeos/login/
Dlogin_performer.cc61 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 …]
Dlogin_utils.cc208 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 …]
Dfake_login_utils.cc109 authenticator_ = in CreateAuthenticator()
111 return authenticator_; in CreateAuthenticator()
134 if (authenticator_.get()) { in SetExpectedCredentials()
135 static_cast<MockAuthenticator*>(authenticator_.get())-> in SetExpectedCredentials()
Dscreen_locker.cc185 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()
Dapp_launch_signin_screen.cc81 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Login()
85 authenticator_.get(), in Login()
Dfake_login_utils.h47 scoped_refptr<Authenticator> authenticator_; variable
Dlogin_performer.h131 scoped_refptr<Authenticator> authenticator_; variable
Dapp_launch_signin_screen.h92 scoped_refptr<Authenticator> authenticator_; variable
Dscreen_locker.h159 scoped_refptr<Authenticator> authenticator_; variable
/external/chromium_org/remoting/protocol/
Djingle_session.cc99 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 …]
Dlibjingle_transport_factory.cc105 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()
Dconnection_to_host.cc85 authenticator_ = authenticator.Pass(); in Connect()
133 host_jid_, authenticator_.Pass(), candidate_config.Pass()); in OnSessionManagerReady()
Dconnection_to_host.h145 scoped_ptr<Authenticator> authenticator_; variable
Djingle_session.h158 scoped_ptr<Authenticator> authenticator_; variable
/external/chromium/chrome/browser/remoting/
Dsetup_flow_login_step.cc64 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()
Dsetup_flow_login_step.h50 scoped_ptr<GaiaAuthFetcher> authenticator_; variable
/external/chromium/chrome/browser/printing/cloud_print/
Dcloud_print_setup_flow.cc173 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()
Dcloud_print_setup_flow.h128 scoped_ptr<GaiaAuthFetcher> authenticator_; variable
/external/chromium/chrome/browser/chromeos/login/
Dlogin_performer.cc284 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()
Dlogin_performer.h153 scoped_refptr<Authenticator> authenticator_; variable
Dscreen_locker.h203 scoped_refptr<Authenticator> authenticator_; variable
Dscreen_locker.cc722 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/
Dlocally_managed_user_creation_controller.cc153 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()
Dlocally_managed_user_creation_controller.h144 scoped_refptr<ManagedUserAuthenticator> authenticator_; variable
/external/chromium_org/chrome/browser/chromeos/
Dchrome_browser_main_chromeos.cc144 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in StubLogin()
145 authenticator_.get()->AuthenticateToLogin( in StubLogin()
179 scoped_refptr<Authenticator> authenticator_; member in chromeos::__anon5eb83f1c0111::StubLogin

12