Searched refs:SupervisedUserCreationController (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/supervised/
H A Dsupervised_user_creation_controller.cc10 const int SupervisedUserCreationController::kDummyAvatarIndex = -111;
12 SupervisedUserCreationController::StatusConsumer::~StatusConsumer() {}
15 SupervisedUserCreationController*
16 SupervisedUserCreationController::current_controller_ = NULL;
18 SupervisedUserCreationController::SupervisedUserCreationController( function in class:chromeos::SupervisedUserCreationController
19 SupervisedUserCreationController::StatusConsumer* consumer)
25 SupervisedUserCreationController::~SupervisedUserCreationController() {
H A Dsupervised_user_creation_controller.h23 class SupervisedUserCreationController { class in namespace:chromeos
51 // be deleted before SupervisedUserCreationController.
52 explicit SupervisedUserCreationController(StatusConsumer* consumer);
53 virtual ~SupervisedUserCreationController();
56 static SupervisedUserCreationController* current_controller() {
98 static SupervisedUserCreationController* current_controller_;
103 DISALLOW_COPY_AND_ASSIGN(SupervisedUserCreationController);
H A Dsupervised_user_creation_screen.h32 public SupervisedUserCreationController::StatusConsumer,
103 virtual void OnCreationError(SupervisedUserCreationController::ErrorCode code)
133 scoped_ptr<SupervisedUserCreationController> controller_;
H A Dsupervised_user_creation_screen.cc232 image = SupervisedUserCreationController::kDummyAvatarIndex;
254 int avatar_index = SupervisedUserCreationController::kDummyAvatarIndex;
318 int avatar_index = SupervisedUserCreationController::kDummyAvatarIndex;
393 SupervisedUserCreationController::ErrorCode code) {
402 case SupervisedUserCreationController::CRYPTOHOME_NO_MOUNT:
403 case SupervisedUserCreationController::CRYPTOHOME_FAILED_MOUNT:
404 case SupervisedUserCreationController::CRYPTOHOME_FAILED_TPM:
412 case SupervisedUserCreationController::CLOUD_SERVER_ERROR:
413 case SupervisedUserCreationController::TOKEN_WRITE_FAILED:
421 case SupervisedUserCreationController
[all...]
H A Dsupervised_user_creation_controller_new.h37 : public SupervisedUserCreationController,
H A Dsupervised_user_creation_controller_new.cc59 : SupervisedUserCreationController(consumer),

Completed in 175 milliseconds