Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

14     : WizardScreen(observer), actor_(actor) {
15 DCHECK(actor_);
16 if (actor_)
17 actor_->SetDelegate(this);
21 if (actor_)
22 actor_->SetDelegate(NULL);
26 if (actor_)
27 actor_->PrepareToShow();
31 if (actor_)
32 actor_->Show();
36 if (actor_)
37 actor_->Hide();
49 if (actor_ == actor)
50 actor_ = NULL;