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

  /external/chromium/chrome/browser/chromeos/login/
existing_user_view.cc 66 ExistingUserView::ExistingUserView(UserController* user_controller)
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::ClearAndFocusPassword()
    [all...]
existing_user_view.h 20 class ExistingUserView : public ThrobberHostView,
24 explicit ExistingUserView(UserController* user_controller);
60 DISALLOW_COPY_AND_ASSIGN(ExistingUserView);
user_controller.cc 402 ExistingUserView* existing_user_view = new ExistingUserView(this);

Completed in 45 milliseconds