HomeSort by relevance Sort by last modified time
    Searched refs:RegistrationScreen (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/chromeos/login/
registration_screen.cc 38 // RegistrationScreen, public:
39 RegistrationScreen::RegistrationScreen(WizardScreenDelegate* delegate)
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::AllocateView()
    [all...]
registration_screen.h 61 // RegistrationScreen represents screen that is shown during OOBE.
65 // Host page notifies that back to RegistrationScreen.
66 class RegistrationScreen : public ViewScreen<RegistrationView>,
70 explicit RegistrationScreen(WizardScreenDelegate* delegate);
106 DISALLOW_COPY_AND_ASSIGN(RegistrationScreen);
wizard_controller.h 32 class RegistrationScreen;
106 chromeos::RegistrationScreen* GetRegistrationScreen();
233 scoped_ptr<chromeos::RegistrationScreen> registration_screen_;
wizard_controller.cc 318 chromeos::RegistrationScreen* WizardController::GetRegistrationScreen() {
320 registration_screen_.reset(new chromeos::RegistrationScreen(this));

Completed in 1048 milliseconds