Searched refs:CreateAccount (Results 1 – 7 of 7) sorted by relevance
37 virtual void CreateAccount() = 0;
52 virtual void CreateAccount() OVERRIDE;
248 void ViewsLoginDisplay::CreateAccount() { in CreateAccount() function in chromeos::ViewsLoginDisplay249 delegate()->CreateAccount(); in CreateAccount()
62 virtual void CreateAccount() OVERRIDE;
40 virtual void CreateAccount() = 0;
141 void ExistingUserController::CreateAccount() { in CreateAccount() function in chromeos::ExistingUserController
318 delegate_->CreateAccount(); in OnCreateAccount()