Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

22       actor_(actor),
26 actor_->SetDelegate(this);
31 if (actor_)
32 actor_->SetDelegate(NULL);
41 if (actor_)
42 actor_->OnContextChanged(diff);
57 if (actor_)
58 actor_->Show();
63 if (actor_)
64 actor_->Hide();
172 if (actor_ == actor)
173 actor_ = NULL;