HomeSort by relevance Sort by last modified time
    Searched refs:authenticator_ (Results 1 - 9 of 9) sorted by null

  /external/chromium/chrome/browser/remoting/
setup_flow_login_step.cc 64 if (authenticator_.get())
65 authenticator_->CancelRequest();
75 authenticator_.reset(
85 authenticator_->StartClientLogin(user, remoting_password,
98 authenticator_->StartIssueAuthToken(credentials.sid, credentials.lsid,
105 authenticator_.reset();
112 authenticator_.reset();
120 authenticator_.reset();
setup_flow_login_step.h 50 scoped_ptr<GaiaAuthFetcher> authenticator_; member in class:remoting::SetupFlowLoginStep
  /external/chromium/chrome/browser/printing/cloud_print/
cloud_print_setup_flow.cc 173 if (authenticator_.get())
174 authenticator_->CancelRequest();
212 authenticator_.reset();
224 authenticator_.reset();
241 authenticator_.reset(
246 authenticator_->StartClientLogin(user, access_code,
251 authenticator_->StartClientLogin(user, password,
cloud_print_setup_flow.h 128 scoped_ptr<GaiaAuthFetcher> authenticator_; member in class:CloudPrintSetupFlow
  /external/chromium/chrome/browser/chromeos/login/
login_performer.cc 284 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
287 NewRunnableMethod(authenticator_.get(),
294 NewRunnableMethod(authenticator_.get(),
304 NewRunnableMethod(authenticator_.get(),
468 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
471 NewRunnableMethod(authenticator_.get(),
479 DCHECK(authenticator_.get())
485 NewRunnableMethod(authenticator_.get(),
login_performer.h 153 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::LoginPerformer
screen_locker.h 203 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::ScreenLocker
screen_locker.cc 722 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1030 scoped_refptr<chromeos::Authenticator> authenticator_; member in class:__anon3879::StubLogin
    [all...]

Completed in 77 milliseconds