Searched refs:ExistingUserView (Results 1 - 3 of 3) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dexisting_user_view.cc66 ExistingUserView::ExistingUserView(UserController* user_controller) function in class:chromeos::ExistingUserView
80 void ExistingUserView::RecreateFields() {
101 bool ExistingUserView::AcceleratorPressed(
116 bool ExistingUserView::HandleKeyEvent(views::Textfield* sender,
128 void ExistingUserView::RequestFocus() {
132 void ExistingUserView::ContentsChanged(views::Textfield* sender,
138 void ExistingUserView::EnableInputControls(bool enabled) {
142 void ExistingUserView::ClearAndFocusControls() {
146 void ExistingUserView
[all...]
H A Dexisting_user_view.h20 class ExistingUserView : public ThrobberHostView, class in namespace:chromeos
24 explicit ExistingUserView(UserController* user_controller);
60 DISALLOW_COPY_AND_ASSIGN(ExistingUserView);
H A Duser_controller.cc402 ExistingUserView* existing_user_view = new ExistingUserView(this);

Completed in 71 milliseconds