Searched refs:wizard_controller_ (Results 1 – 2 of 2) sorted by relevance
110 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()
68 scoped_ptr<WizardController> wizard_controller_; variable