Home
last modified time | relevance | path

Searched refs:existing_user_view (Results 1 – 1 of 1) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Duser_controller.cc402 ExistingUserView* existing_user_view = new ExistingUserView(this); in CreateControlsWindow() local
403 existing_user_view->RecreateFields(); in CreateControlsWindow()
404 control_view = existing_user_view; in CreateControlsWindow()
405 user_input_ = existing_user_view; in CreateControlsWindow()
406 throbber_host_ = existing_user_view; in CreateControlsWindow()