Searched refs:AccountCreationView (Results 1 – 4 of 4) sorted by relevance
49 class AccountCreationView : public WebPageView {51 AccountCreationView();52 virtual ~AccountCreationView();64 DISALLOW_COPY_AND_ASSIGN(AccountCreationView);
103 AccountCreationView::AccountCreationView() in AccountCreationView() function in chromeos::AccountCreationView107 AccountCreationView::~AccountCreationView() { in ~AccountCreationView()110 void AccountCreationView::SetAccountCreationViewDelegate( in SetAccountCreationViewDelegate()
70 : ViewScreen<AccountCreationView>(delegate) { in AccountScreen()91 ViewScreen<AccountCreationView>::CreateView(); in CreateView()106 AccountCreationView* AccountScreen::AllocateView() { in AllocateView()107 return new AccountCreationView(); in AllocateView()
25 class AccountScreen : public ViewScreen<AccountCreationView>,50 virtual AccountCreationView* AllocateView();