Searched refs:RegistrationScreen (Results 1 - 4 of 4) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
H A Dregistration_screen.cc38 // RegistrationScreen, public:
39 RegistrationScreen::RegistrationScreen(WizardScreenDelegate* delegate) function in class:chromeos::RegistrationScreen
49 &RegistrationScreen::Factory);
53 void RegistrationScreen::set_registration_host_page_url(const GURL& url) {
58 scoped_ptr<GURL> RegistrationScreen::host_page_url_;
61 // RegistrationScreen, ViewScreen implementation:
62 void RegistrationScreen::CreateView() {
67 void RegistrationScreen::Refresh() {
77 RegistrationView* RegistrationScreen
[all...]
H A Dregistration_screen.h61 // RegistrationScreen represents screen that is shown during OOBE.
65 // Host page notifies that back to RegistrationScreen.
66 class RegistrationScreen : public ViewScreen<RegistrationView>, class in namespace:chromeos
70 explicit RegistrationScreen(WizardScreenDelegate* delegate);
106 DISALLOW_COPY_AND_ASSIGN(RegistrationScreen);
H A Dwizard_controller.h32 class RegistrationScreen;
106 chromeos::RegistrationScreen* GetRegistrationScreen();
233 scoped_ptr<chromeos::RegistrationScreen> registration_screen_;
H A Dwizard_controller.cc318 chromeos::RegistrationScreen* WizardController::GetRegistrationScreen() {
320 registration_screen_.reset(new chromeos::RegistrationScreen(this));

Completed in 228 milliseconds