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

  /external/chromium/chrome/browser/chromeos/login/
wizard_controller.h 233 scoped_ptr<chromeos::RegistrationScreen> registration_screen_; member in class:WizardController
wizard_controller.cc 319 if (!registration_screen_.get())
320 registration_screen_.reset(new chromeos::RegistrationScreen(this));
321 return registration_screen_.get();

Completed in 410 milliseconds