HomeSort by relevance Sort by last modified time
    Searched refs:LocallyManagedUserCreationController (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/browser/chromeos/login/managed/
locally_managed_user_creation_controller.cc 52 const int LocallyManagedUserCreationController::kDummyAvatarIndex = -111;
54 LocallyManagedUserCreationController::StatusConsumer::~StatusConsumer() {}
56 LocallyManagedUserCreationController::UserCreationContext::UserCreationContext()
63 LocallyManagedUserCreationController::UserCreationContext::
67 LocallyManagedUserCreationController*
68 LocallyManagedUserCreationController::current_controller_ = NULL;
70 LocallyManagedUserCreationController::LocallyManagedUserCreationController(
71 LocallyManagedUserCreationController::StatusConsumer* consumer,
78 new LocallyManagedUserCreationController::UserCreationContext())
    [all...]
locally_managed_user_creation_controller.h 22 // LocallyManagedUserCreationController is used to locally managed user
34 class LocallyManagedUserCreationController
63 // be deleted before LocallyManagedUserCreationController.
64 LocallyManagedUserCreationController(StatusConsumer* consumer,
66 virtual ~LocallyManagedUserCreationController();
69 static LocallyManagedUserCreationController* current_controller() {
140 static LocallyManagedUserCreationController* current_controller_;
150 base::OneShotTimer<LocallyManagedUserCreationController> timeout_timer_;
153 base::WeakPtrFactory<LocallyManagedUserCreationController> weak_factory_;
155 DISALLOW_COPY_AND_ASSIGN(LocallyManagedUserCreationController);
    [all...]
locally_managed_user_creation_screen.cc 186 controller_.reset(new LocallyManagedUserCreationController(this, manager_id));
201 image = LocallyManagedUserCreationController::kDummyAvatarIndex;
222 int avatar_index = LocallyManagedUserCreationController::kDummyAvatarIndex;
266 int avatar_index = LocallyManagedUserCreationController::kDummyAvatarIndex;
336 LocallyManagedUserCreationController::ErrorCode code) {
343 case LocallyManagedUserCreationController::CRYPTOHOME_NO_MOUNT:
344 case LocallyManagedUserCreationController::CRYPTOHOME_FAILED_MOUNT:
345 case LocallyManagedUserCreationController::CRYPTOHOME_FAILED_TPM:
353 case LocallyManagedUserCreationController::CLOUD_SERVER_ERROR:
354 case LocallyManagedUserCreationController::TOKEN_WRITE_FAILED
    [all...]
locally_managed_user_creation_screen.h 29 public LocallyManagedUserCreationController::StatusConsumer,
88 LocallyManagedUserCreationController::ErrorCode code) OVERRIDE;
120 scoped_ptr<LocallyManagedUserCreationController> controller_;

Completed in 41 milliseconds