Home | History | Annotate | Download | only in login

Lines Matching defs:ExistingUserController

35 // ExistingUserController is used to handle login when someone has
37 // To use ExistingUserController create an instance of it and invoke Init.
40 // ExistingUserController maintains it's own life cycle and deletes itself when
42 class ExistingUserController : public LoginDisplay::Delegate,
50 explicit ExistingUserController(LoginDisplayHost* host);
51 ~ExistingUserController();
54 static ExistingUserController* current_controller() {
146 static ExistingUserController* current_controller_;
158 ScopedRunnableMethodFactory<ExistingUserController> method_factory_;
171 DISALLOW_COPY_AND_ASSIGN(ExistingUserController);