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

  /external/chromium_org/ash/system/user/
tray_user.cc 43 multiprofile_index_(index),
96 if (multiprofile_index_ && session_state_delegate->IsUserSessionBlocked())
104 if (multiprofile_index_ >= logged_in_users)
107 user_ = new tray::UserView(this, status, multiprofile_index_, false);
279 return multiprofile_index_;
283 1 - multiprofile_index_;
user_view.cc 205 : multiprofile_index_(index),
225 if (!multiprofile_index_)
260 if (!multiprofile_index_) {
322 } else if (sender == user_card_view_ && !multiprofile_index_ &&
327 if (!multiprofile_index_) {
330 SwitchUser(multiprofile_index_);
389 new UserCardView(login, max_card_width, multiprofile_index_);
395 if (!multiprofile_index_) {
406 new ButtonFromView(user_card_view_, this, !multiprofile_index_);
tray_user.h 87 MultiProfileIndex multiprofile_index_; member in class:ash::TrayUser
user_view.h 64 MultiProfileIndex multiprofile_index_; member in class:ash::tray::UserView

Completed in 47 milliseconds