Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

16     : WizardScreen(observer), actor_(actor) {
17 DCHECK(actor_);
18 if (actor_)
19 actor_->SetDelegate(this);
23 if (actor_)
24 actor_->SetDelegate(NULL);
28 if (actor_)
29 actor_->Show();
41 if (actor_ == actor)
42 actor_ = NULL;