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

  /external/chromium_org/chrome/browser/chromeos/login/
login_performer.cc 60 if (authenticator_.get())
61 authenticator_->SetConsumer(NULL);
210 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
214 authenticator_.get(),
219 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
222 base::Bind(&Authenticator::LoginRetailMode, authenticator_.get()));
226 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
229 base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get()));
244 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
247 base::Bind(&Authenticator::LoginAsPublicAccount, authenticator_.get()
    [all...]
fake_login_utils.cc 81 authenticator_ =
83 return authenticator_;
110 if (authenticator_.get()) {
111 static_cast<MockAuthenticator*>(authenticator_.get())->
login_utils.cc 200 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::LoginUtilsImpl
447 ProfileAuthData::Transfer(authenticator_->authentication_profile(),
467 CHECK((authenticator_.get() && authenticator_->authentication_profile()) ||
485 authenticator_.get() && authenticator_->authentication_profile()
486 ? authenticator_->authentication_profile()->GetRequestContext()
693 if (authenticator_.get())
694 authenticator_->SetConsumer(NULL);
695 authenticator_ = NULL
    [all...]
fake_login_utils.h 49 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::FakeLoginUtils
login_performer.h 121 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::LoginPerformer
screen_locker.h 149 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::ScreenLocker
screen_locker.cc 166 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
287 authenticator_.get(),
402 if (authenticator_.get())
403 authenticator_->SetConsumer(NULL);
423 authenticator_ = authenticator;
  /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_org/remoting/protocol/
jingle_session.cc 99 authenticator_ = authenticator.Pass();
114 authenticator_->GetNextMessage()));
129 authenticator_ = authenticator.Pass();
149 DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE);
150 // |authenticator_| is owned, so Unretained() is safe here.
151 authenticator_->ProcessMessage(first_auth_message, base::Bind(
157 DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE);
158 if (authenticator_->state() == Authenticator::REJECTED) {
160 authenticator_->rejection_reason()));
169 if (authenticator_->state() == Authenticator::MESSAGE_READY
    [all...]
connection_to_host.h 145 scoped_ptr<Authenticator> authenticator_; member in class:remoting::protocol::ConnectionToHost
libjingle_transport_factory.cc 96 scoped_ptr<ChannelAuthenticator> authenticator_; member in class:remoting::protocol::__anon12228::LibjingleStreamTransport
150 authenticator_ = authenticator.Pass();
297 authenticator_->SecureAndAuthenticate(
359 authenticator_.reset();
connection_to_host.cc 85 authenticator_ = authenticator.Pass();
134 host_jid_, authenticator_.Pass(), candidate_config.Pass());
jingle_session.h 158 scoped_ptr<Authenticator> authenticator_; member in class:remoting::protocol::JingleSession
  /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_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.h 116 scoped_refptr<ManagedUserAuthenticator> authenticator_; member in class:chromeos::LocallyManagedUserCreationController
locally_managed_user_creation_controller.cc 114 authenticator_ = new ManagedUserAuthenticator(this);
115 authenticator_->AuthenticateToCreate(creation_context_->local_user_id,
151 authenticator_->AddMasterKey(creation_context_->local_user_id,
  /external/chromium_org/chrome/browser/chromeos/
chrome_browser_main_chromeos.cc 150 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
151 authenticator_.get()->AuthenticateToLogin(
192 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::__anon6742::StubLogin
    [all...]
  /external/chromium/chrome/browser/
browser_main.cc 1030 scoped_refptr<chromeos::Authenticator> authenticator_; member in class:__anon4344::StubLogin
    [all...]

Completed in 1118 milliseconds