/external/chromium_org/chrome/browser/chromeos/login/auth/ |
D | login_performer.cc | 60 if (authenticator_.get()) in ~LoginPerformer() 61 authenticator_->SetConsumer(NULL); in ~LoginPerformer() 257 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginAsSupervisedUser() 262 authenticator_.get(), in LoginAsSupervisedUser() 268 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginRetailMode() 271 base::Bind(&Authenticator::LoginRetailMode, authenticator_.get())); in LoginRetailMode() 275 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginOffTheRecord() 278 base::Bind(&Authenticator::LoginOffTheRecord, authenticator_.get())); in LoginOffTheRecord() 295 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in LoginAsPublicSession() 299 authenticator_.get(), in LoginAsPublicSession() [all …]
|
D | login_performer.h | 134 scoped_refptr<Authenticator> authenticator_; variable
|
/external/chromium_org/remoting/protocol/ |
D | jingle_session.cc | 113 authenticator_ = authenticator.Pass(); in StartConnection() 128 authenticator_->GetNextMessage())); in StartConnection() 143 authenticator_ = authenticator.Pass(); in InitializeIncomingConnection() 163 DCHECK_EQ(authenticator_->state(), Authenticator::WAITING_MESSAGE); in AcceptIncomingConnection() 165 authenticator_->ProcessMessage(first_auth_message, base::Bind( in AcceptIncomingConnection() 171 DCHECK_NE(authenticator_->state(), Authenticator::PROCESSING_MESSAGE); in ContinueAcceptIncomingConnection() 172 if (authenticator_->state() == Authenticator::REJECTED) { in ContinueAcceptIncomingConnection() 174 authenticator_->rejection_reason())); in ContinueAcceptIncomingConnection() 183 if (authenticator_->state() == Authenticator::MESSAGE_READY) in ContinueAcceptIncomingConnection() 184 auth_message = authenticator_->GetNextMessage(); in ContinueAcceptIncomingConnection() [all …]
|
D | secure_channel_factory.cc | 19 authenticator_(authenticator) { in SecureChannelFactory() 20 DCHECK_EQ(authenticator_->state(), Authenticator::ACCEPTED); in SecureChannelFactory() 59 authenticator_->CreateChannelAuthenticator().release(); in OnBaseChannelCreated()
|
D | secure_channel_factory.h | 50 Authenticator* authenticator_; variable
|
D | connection_to_host.cc | 72 authenticator_ = authenticator.Pass(); in Connect() 157 host_jid_, authenticator_.Pass(), candidate_config_.Pass()); in OnSessionManagerReady()
|
D | connection_to_host.h | 160 scoped_ptr<Authenticator> authenticator_; variable
|
D | jingle_session.h | 165 scoped_ptr<Authenticator> authenticator_; variable
|
/external/chromium_org/chrome/browser/chromeos/login/ |
D | login_utils.cc | 233 scoped_refptr<Authenticator> authenticator_; member in chromeos::LoginUtilsImpl 384 user_context, authenticator_, has_auth_cookies, has_active_session, this); in PrepareProfile() 455 if (authenticator_.get()) in CreateAuthenticator() 456 authenticator_->SetConsumer(NULL); in CreateAuthenticator() 457 authenticator_ = NULL; in CreateAuthenticator() 460 if (authenticator_.get() == NULL) { in CreateAuthenticator() 461 authenticator_ = new ChromeCryptohomeAuthenticator(consumer); in CreateAuthenticator() 464 authenticator_->SetConsumer(consumer); in CreateAuthenticator() 466 return authenticator_; in CreateAuthenticator()
|
D | fake_login_utils.cc | 111 authenticator_ = new MockAuthenticator(consumer, expected_user_context_); in CreateAuthenticator() 112 return authenticator_; in CreateAuthenticator() 123 if (authenticator_.get()) { in SetExpectedCredentials() 124 static_cast<MockAuthenticator*>(authenticator_.get())-> in SetExpectedCredentials()
|
D | app_launch_signin_screen.cc | 90 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Login() 94 authenticator_.get(), in Login()
|
D | fake_login_utils.h | 45 scoped_refptr<Authenticator> authenticator_;
|
D | app_launch_signin_screen.h | 94 scoped_refptr<Authenticator> authenticator_; variable
|
/external/chromium_org/chrome/browser/supervised_user/chromeos/ |
D | manager_password_service.cc | 40 authenticator_ = ExtendedAuthenticator::Create(this); in Init() 176 authenticator_->AddKey(manager_key, in GetSupervisedUsersCallback() 219 authenticator_->TransformKeyIfNeeded( in OnAddKeySuccess() 236 authenticator_->AddKey( in OnKeyTransformedIfNeeded() 248 authenticator_->RemoveKey( in OnNewManagerKeySuccess() 260 authenticator_->RemoveKey( in OnOldSupervisedUserKeyDeleted()
|
D | manager_password_service.h | 73 scoped_refptr<ExtendedAuthenticator> authenticator_; variable
|
/external/chromium_org/chrome/browser/chromeos/login/supervised/ |
D | supervised_user_login_flow.cc | 142 authenticator_ = ExtendedAuthenticator::Create(this); in OnPasswordChangeDataLoaded() 155 authenticator_->AddKey(context_, in OnPasswordChangeDataLoaded() 171 authenticator_->UpdateKeyAuthorized( in OnPasswordChangeDataLoaded() 190 authenticator_->RemoveKey( in OnNewKeyAdded()
|
D | supervised_user_creation_controller_new.cc | 206 authenticator_ = ExtendedAuthenticator::Create(this); in StartCreationImpl() 209 authenticator_->TransformKeyIfNeeded( in StartCreationImpl() 230 authenticator_->CreateMount( in OnKeyTransformedIfNeeded() 294 authenticator_->AddKey( in OnMountSuccess()
|
D | supervised_user_login_flow.h | 54 scoped_refptr<ExtendedAuthenticator> authenticator_; variable
|
D | supervised_user_creation_controller_new.h | 177 scoped_refptr<ExtendedAuthenticator> authenticator_; variable
|
/external/chromium_org/chrome/browser/chromeos/login/lock/ |
D | screen_locker.cc | 167 authenticator_ = LoginUtils::Get()->CreateAuthenticator(this); in Init() 464 if (authenticator_.get()) in ~ScreenLocker() 465 authenticator_->SetConsumer(NULL); in ~ScreenLocker() 490 authenticator_ = authenticator; in SetAuthenticator()
|
D | screen_locker.h | 157 scoped_refptr<Authenticator> authenticator_; variable
|
/external/chromium_org/chrome/browser/chromeos/login/session/ |
D | user_session_manager.cc | 248 authenticator_ = authenticator; in StartSession() 753 authenticator_->authentication_profile(), in UserProfileInitialized() 869 CHECK((authenticator_.get() && authenticator_->authentication_profile()) || in RestoreAuthSessionImpl() 887 authenticator_.get() && authenticator_->authentication_profile() in RestoreAuthSessionImpl() 888 ? authenticator_->authentication_profile()->GetRequestContext() in RestoreAuthSessionImpl()
|
D | user_session_manager.h | 266 scoped_refptr<Authenticator> authenticator_;
|
/external/chromium_org/remoting/client/jni/ |
D | chromoting_jni_instance.cc | 83 authenticator_.reset(new protocol::NegotiatingClientAuthenticator( in ChromotingJniInstance() 102 DCHECK(!authenticator_); in ~ChromotingJniInstance() 431 client_->Start(signaling_.get(), authenticator_.Pass(), in ConnectToHostOnNetworkThread() 447 authenticator_.reset(); in DisconnectFromHostOnNetworkThread()
|
D | chromoting_jni_instance.h | 161 scoped_ptr<protocol::Authenticator> authenticator_; variable
|