Home
last modified time | relevance | path

Searched refs:wizard_controller_ (Results 1 – 2 of 2) sorted by relevance

/external/chromium/chrome/browser/chromeos/login/
Dbase_login_display_host.cc110 wizard_controller_.reset(); // Only one controller in a time. in StartWizard()
111 wizard_controller_.reset(new WizardController(this, background_bounds_)); in StartWizard()
112 wizard_controller_->set_start_url(start_url); in StartWizard()
116 wizard_controller_->Init(first_screen_name); in StartWizard()
Dbase_login_display_host.h68 scoped_ptr<WizardController> wizard_controller_; variable