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

  /external/chromium/chrome/browser/chromeos/login/
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);
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...]

Completed in 34 milliseconds