Home
last modified time | relevance | path

Searched refs:AccountCreationView (Results 1 – 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Daccount_creation_view.h49 class AccountCreationView : public WebPageView {
51 AccountCreationView();
52 virtual ~AccountCreationView();
64 DISALLOW_COPY_AND_ASSIGN(AccountCreationView);
Daccount_creation_view.cc103 AccountCreationView::AccountCreationView() in AccountCreationView() function in chromeos::AccountCreationView
107 AccountCreationView::~AccountCreationView() { in ~AccountCreationView()
110 void AccountCreationView::SetAccountCreationViewDelegate( in SetAccountCreationViewDelegate()
Daccount_screen.cc70 : ViewScreen<AccountCreationView>(delegate) { in AccountScreen()
91 ViewScreen<AccountCreationView>::CreateView(); in CreateView()
106 AccountCreationView* AccountScreen::AllocateView() { in AllocateView()
107 return new AccountCreationView(); in AllocateView()
Daccount_screen.h25 class AccountScreen : public ViewScreen<AccountCreationView>,
50 virtual AccountCreationView* AllocateView();