Home | History | Annotate | Download | only in login

Lines Matching refs:UserController

94                        UserController* controller)
107 UserController* controller_;
125 const int UserController::kPadding = 30;
128 const int UserController::kUnselectedSize = 100;
129 const int UserController::kNewUserUnselectedSize = 42;
132 // UserController, public:
134 UserController::UserController(Delegate* delegate, bool is_guest)
154 UserController::UserController(Delegate* delegate,
179 UserController::~UserController() {
190 void UserController::Init(int index,
205 void UserController::ClearAndEnableFields() {
211 void UserController::ClearAndEnablePassword() {
224 void UserController::EnableNameTooltip(bool enable) {
238 gfx::Rect UserController::GetMainInputScreenBounds() const {
242 void UserController::OnUserImageChanged(UserManager::User* user) {
252 void UserController::SelectUserRelative(int shift) {
256 void UserController::StartThrobber() {
260 void UserController::StopThrobber() {
264 void UserController::UpdateUserCount(int index, int total_user_count) {
277 std::string UserController::GetAccessibleUserLabel() {
286 // UserController, WidgetDelegate implementation:
288 void UserController::OnWidgetActivated(bool active) {
301 // UserController, NewUserView::Delegate implementation:
303 void UserController::OnLogin(const std::string& username,
314 void UserController::OnCreateAccount() {
321 void UserController::OnStartEnterpriseEnrollment() {
325 void UserController::OnLoginAsGuest() {
332 void UserController::ClearErrors() {
336 void UserController::NavigateAway() {
341 // UserController, UserView::Delegate implementation:
343 void UserController::OnLocaleChanged() {
353 void UserController::OnRemoveUser() {
358 // UserController, private:
360 void UserController::ConfigureLoginWindow(WidgetGtk* window,
383 WidgetGtk* UserController::CreateControlsWindow(
426 WidgetGtk* UserController::CreateImageWindow(int index) {
451 void UserController::CreateBorderWindow(int index,
485 WidgetGtk* UserController::CreateLabelWindow(int index,
538 gfx::Font UserController::GetLabelFont() {
544 gfx::Font UserController::GetUnselectedLabelFont() {
551 std::wstring UserController::GetNameTooltip() const {