Home | History | Annotate | Download | only in screens

Lines Matching refs:actor_

70       actor_(actor),
77 actor_->SetDelegate(this);
91 if (actor_)
92 actor_->SetDelegate(NULL);
116 if (actor_)
117 actor_->SetCameraPresent(is_camera_present);
121 if (actor_)
122 actor_->HideCurtain();
225 if (actor_)
226 actor_->PrepareToShow();
242 if (!actor_)
290 actor_->Show();
293 actor_->SelectImage(selected_image_);
302 if (actor_)
303 actor_->Hide();
311 if (actor_ == actor)
312 actor_ = NULL;
323 if (actor_)
324 actor_->SendProfileImage(profile_picture_data_url_);
330 if (actor_)
331 actor_->OnProfileImageAbsent();
335 if (actor_)
336 actor_->SelectImage(GetUser()->image_index());