Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

31       actor_(actor) {
32 DCHECK(actor_);
33 if (actor_)
34 actor_->SetDelegate(this);
38 if (actor_)
39 actor_->SetDelegate(NULL);
46 if (!actor_)
52 actor_->SetDomain(connector->GetEnterpriseDomain());
55 actor_->Show();
62 if (actor_)
63 actor_->Hide();
79 if (actor_ == actor)
80 actor_ = NULL;
90 if (actor_)
91 actor_->OnLoadError();
118 if (actor_)
119 actor_->OnLoadError();
132 if (!actor_)
143 actor_->OnLoadError();
147 actor_->OnLoadSuccess(terms_of_service);