Searched refs:active_user_ (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/components/user_manager/
H A Duser_manager_base.cc108 : active_user_(NULL),
134 DeleteUser(active_user_);
169 if (active_user_ && user) {
210 DCHECK(active_user_);
211 active_user_->set_is_logged_in(true);
212 active_user_->set_is_active(true);
213 active_user_->set_username_hash(username_hash);
216 logged_in_users_.insert(logged_in_users_.begin(), active_user_);
217 SetLRUUser(active_user_);
220 primary_user_ = active_user_;
[all...]
H A Duser_manager_base.h129 // equals to active_user_, active_user_ is reset to NULL.
256 User* active_user_; member in class:user_manager::UserManagerBase
/external/chromium_org/ash/system/user/
H A Drounded_image_view.h47 bool active_user_; member in class:ash::tray::RoundedImageView
H A Drounded_image_view.cc17 : active_user_(active_user) {
72 paint.setXfermodeMode(active_user_ ? SkXfermode::kSrcOver_Mode
/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc601 active_user_->SetStubImage(
608 // Initializes wallpaper after active_user_ is set.
639 active_user_ = RemoveRegularOrSupervisedUserFromList(user_id);
644 active_user_ = user_manager::User::CreateSupervisedUser(user_id);
659 users_.insert(users_.begin(), active_user_);
677 active_user_ = user;
693 active_user_ = user_manager::User::CreateKioskAppUser(app_id);
694 active_user_->SetStubImage(
737 active_user_ =
739 active_user_
[all...]

Completed in 76 milliseconds