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);
29 if (actor_)
30 actor_->Show();
34 if (actor_)
35 actor_->Hide();
47 if (actor_ == actor)
48 actor_ = NULL;