Searched refs:SetCameraPresent (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/screens/
H A Duser_image_screen_actor.h72 virtual void SetCameraPresent(bool enabled) = 0;
H A Duser_image_screen.cc117 actor_->SetCameraPresent(is_camera_present);
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Duser_image_screen_handler.h46 virtual void SetCameraPresent(bool enabled) OVERRIDE;
H A Dsupervised_user_creation_screen_handler.h93 void SetCameraPresent(bool enabled);
H A Duser_image_screen_handler.cc215 void UserImageScreenHandler::SetCameraPresent(bool present) { function in class:chromeos::UserImageScreenHandler
H A Dsupervised_user_creation_screen_handler.cc455 void SupervisedUserCreationScreenHandler::SetCameraPresent(bool present) { function in class:chromeos::SupervisedUserCreationScreenHandler
/external/chromium_org/chrome/browser/ui/webui/options/chromeos/
H A Dchange_picture_options_handler.h72 void SetCameraPresent(bool present);
H A Dchange_picture_options_handler.cc431 void ChangePictureOptionsHandler::SetCameraPresent(bool present) { function in class:chromeos::options::ChangePictureOptionsHandler
440 SetCameraPresent(is_camera_present);
/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_screen.cc501 actor_->SetCameraPresent(is_camera_present);

Completed in 230 milliseconds