Home
last modified time | relevance | path

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

/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/chrome/browser/
Dbrowser_main.cc998 authenticator_ = chromeos::LoginUtils::Get()->CreateAuthenticator(this); in StubLogin()
999 authenticator_.get()->AuthenticateToLogin( in StubLogin()
1030 scoped_refptr<chromeos::Authenticator> authenticator_; member in __anon7f2c44640111::StubLogin