Home | History | Annotate | Download | only in login

Lines Matching refs:User

32 // user or first time login for a new user. ExistingUserController creates
48 // Selects user entry with specified |index|.
49 // Does nothing if current user is already selected.
59 // Creates a UserController representing new user or guest login.
62 // Creates a UserController for the specified user.
63 UserController(Delegate* delegate, const UserManager::User& user);
68 // |index| is the index of this user, and |total_user_count| the total
77 const UserManager::User& user() const { return user_; }
84 // Called when user view is activated (OnUserSelected).
87 // Called when user view is activated (OnUserSelected).
90 // Enables or disables tooltip with user's email.
93 // Called when user image has been changed.
94 void OnUserImageChanged(UserManager::User* user);
100 // Selects user relative to the current user.
108 // |index| of this user and |total_user_count| of users.
111 // Returns the label for the user which should be spoken when accessibility is
134 // Padding between the user windows.
161 // Returns tooltip text for user name.
164 // User index within all the users.
167 // Is this user selected now?
170 // Is this the new user pod?
176 // Is this user the owner?
179 // Should we show tooltips above user image and label to help distinguish
183 // If is_new_user_ and is_guest_ are false, this is the user being shown.
184 UserManager::User user_;
195 // View that shows user image on image window.
198 // Views that show display name of the user.