Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

46       actor_(actor),
48 DCHECK(actor_);
49 if (actor_)
50 actor_->SetDelegate(this);
54 if (actor_)
55 actor_->SetDelegate(NULL);
64 if (actor_)
65 actor_->PrepareToShow();
70 if (actor_)
71 actor_->Show();
75 if (actor_)
76 actor_->Hide();
106 if (actor_ == actor)
107 actor_ = NULL;
152 if (!network_state_helper_->IsConnected() && actor_) {
154 actor_->ShowError(
163 if (!actor_)
168 actor_->ClearErrors();
191 if (actor_) {
192 actor_->ShowConnectingStatus(false, network_id_);
193 actor_->EnableContinue(is_connected);
207 if (actor_) {
208 actor_->ShowConnectingStatus(continue_pressed_, network_id_);
209 actor_->EnableContinue(false);