Home | History | Annotate | Download | only in first_run

Lines Matching refs:actor_

72     : actor_(NULL),
89 actor_ = view->GetActor();
90 actor_->set_delegate(this);
95 if (actor_->IsInitialized())
111 if (actor_)
112 actor_->set_delegate(NULL);
113 actor_ = NULL;
126 actor_->HideCurrentStep();
135 actor_->Finalize();
141 if (!actor_->IsFinalizing())
169 new first_run::AppListStep(shell_helper_.get(), actor_)));
171 new first_run::TrayStep(shell_helper_.get(), actor_)));
173 new first_run::HelpStep(shell_helper_.get(), actor_)));
179 actor_->Finalize();