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

  /external/chromium_org/chrome/browser/chromeos/login/auth/
login_performer.cc 60 if (authenticator_.get())
61 authenticator_->SetConsumer(NULL);
257 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
262 authenticator_.get(),
268 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
271 base::Bind(&Authenticator::LoginRetailMode, authenticator_.get()));
275 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
278 base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get()));
295 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
299 authenticator_.get()
    [all...]
login_performer.h 134 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::LoginPerformer
  /external/chromium_org/remoting/protocol/
jingle_session.cc 113 authenticator_ = authenticator.Pass();
128 authenticator_->GetNextMessage()));
143 authenticator_ = authenticator.Pass();
163 DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE);
164 // |authenticator_| is owned, so Unretained() is safe here.
165 authenticator_->ProcessMessage(first_auth_message, base::Bind(
171 DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE);
172 if (authenticator_->state() == Authenticator::REJECTED) {
174 authenticator_->rejection_reason()));
183 if (authenticator_->state() == Authenticator::MESSAGE_READY
    [all...]
secure_channel_factory.cc 19 authenticator_(authenticator) {
20 DCHECK_EQ(authenticator_->state(), Authenticator::ACCEPTED);
59 authenticator_->CreateChannelAuthenticator().release();
secure_channel_factory.h 50 Authenticator* authenticator_; member in class:remoting::protocol::SecureChannelFactory
connection_to_host.h 160 scoped_ptr<Authenticator> authenticator_; member in class:remoting::protocol::ConnectionToHost
connection_to_host.cc 72 authenticator_ = authenticator.Pass();
157 host_jid_, authenticator_.Pass(), candidate_config_.Pass());
jingle_session.h 165 scoped_ptr<Authenticator> authenticator_; member in class:remoting::protocol::JingleSession
  /external/chromium_org/chrome/browser/chromeos/login/
fake_login_utils.cc 111 authenticator_ = new MockAuthenticator(consumer, expected_user_context_);
112 return authenticator_;
123 if (authenticator_.get()) {
124 static_cast<MockAuthenticator*>(authenticator_.get())->
login_utils.cc 233 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::LoginUtilsImpl
384 user_context, authenticator_, has_auth_cookies, has_active_session, this);
455 if (authenticator_.get())
456 authenticator_->SetConsumer(NULL);
457 authenticator_ = NULL;
460 if (authenticator_.get() == NULL) {
461 authenticator_ = new ChromeCryptohomeAuthenticator(consumer);
464 authenticator_->SetConsumer(consumer);
466 return authenticator_;
fake_login_utils.h 45 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::FakeLoginUtils
app_launch_signin_screen.cc 90 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
94 authenticator_.get(),
app_launch_signin_screen.h 94 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::AppLaunchSigninScreen
  /external/chromium_org/chrome/browser/supervised_user/chromeos/
manager_password_service.cc 40 authenticator_ = ExtendedAuthenticator::Create(this);
176 authenticator_->AddKey(manager_key,
219 authenticator_->TransformKeyIfNeeded(
236 authenticator_->AddKey(
248 authenticator_->RemoveKey(
260 authenticator_->RemoveKey(
manager_password_service.h 73 scoped_refptr<ExtendedAuthenticator> authenticator_; member in class:chromeos::ManagerPasswordService
  /external/chromium_org/chrome/browser/chromeos/login/supervised/
supervised_user_login_flow.cc 142 authenticator_ = ExtendedAuthenticator::Create(this);
155 authenticator_->AddKey(context_,
171 authenticator_->UpdateKeyAuthorized(
190 authenticator_->RemoveKey(
supervised_user_login_flow.h 54 scoped_refptr<ExtendedAuthenticator> authenticator_; member in class:chromeos::SupervisedUserLoginFlow
supervised_user_creation_controller_new.cc 206 authenticator_ = ExtendedAuthenticator::Create(this);
209 authenticator_->TransformKeyIfNeeded(
230 authenticator_->CreateMount(
294 authenticator_->AddKey(
supervised_user_creation_controller_new.h 177 scoped_refptr<ExtendedAuthenticator> authenticator_; member in class:chromeos::SupervisedUserCreationControllerNew
  /external/chromium_org/chrome/browser/chromeos/login/lock/
screen_locker.h 157 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::ScreenLocker
screen_locker.cc 167 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this);
464 if (authenticator_.get())
465 authenticator_->SetConsumer(NULL);
490 authenticator_ = authenticator;
  /external/chromium_org/remoting/client/jni/
chromoting_jni_instance.cc 68 // Initialize |authenticator_|.
83 authenticator_.reset(new protocol::NegotiatingClientAuthenticator(
102 DCHECK(!authenticator_);
431 client_->Start(signaling_.get(), authenticator_.Pass(),
447 authenticator_.reset();
chromoting_jni_instance.h 161 scoped_ptr<protocol::Authenticator> authenticator_; member in class:remoting::ChromotingJniInstance
  /external/chromium_org/chrome/browser/chromeos/login/session/
user_session_manager.cc 248 authenticator_ = authenticator;
753 authenticator_->authentication_profile(),
    [all...]
user_session_manager.h 266 scoped_refptr<Authenticator> authenticator_; member in class:chromeos::UserSessionManager

Completed in 897 milliseconds