Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

105       actor_(actor),
109 DCHECK(actor_);
110 if (actor_)
111 actor_->SetDelegate(this);
119 if (actor_)
120 actor_->SetDelegate(NULL);
125 if (!actor_)
144 actor_->SetProgress(kBeforeDownloadProgress);
145 actor_->ShowEstimatedTimeLeft(false);
151 actor_->SetProgressMessage(
153 actor_->ShowProgressMessage(true);
154 actor_->ShowCurtain(false);
174 actor_->SetProgressMessage(
176 actor_->ShowProgressMessage(true);
177 actor_->ShowCurtain(false);
185 actor_->SetProgress(kBeforeVerifyingProgress);
186 actor_->SetProgressMessage(UpdateScreenActor::PROGRESS_MESSAGE_VERIFYING);
187 actor_->ShowProgressMessage(true);
191 actor_->SetProgress(kBeforeFinalizingProgress);
192 actor_->SetProgressMessage(
194 actor_->ShowProgressMessage(true);
198 actor_->SetProgress(kProgressComplete);
199 actor_->ShowEstimatedTimeLeft(false);
201 actor_->ShowCurtain(false);
300 if (actor_) {
301 actor_->Show();
302 actor_->SetProgress(kBeforeUpdateCheckProgress);
307 if (actor_)
308 actor_->Hide();
317 if (actor_)
318 actor_->PrepareToShow();
371 if (actor_)
372 actor_->ShowManualRebootInfo();
393 if (!actor_)
430 actor_->ShowEstimatedTimeLeft(true);
431 actor_->SetEstimatedTimeLeft(
437 actor_->SetProgress(kBeforeDownloadProgress + download_progress);
460 if (actor_ == actor)
461 actor_ = NULL;