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.h 22 // LocallyManagedUserCreationController is used to locally managed user
34 class LocallyManagedUserCreationController
57 // be deleted before LocallyManagedUserCreationController.
58 LocallyManagedUserCreationController(StatusConsumer* consumer,
60 virtual ~LocallyManagedUserCreationController();
63 static LocallyManagedUserCreationController* current_controller() {
112 static LocallyManagedUserCreationController* current_controller_;
122 base::OneShotTimer<LocallyManagedUserCreationController> timeout_timer_;
125 base::WeakPtrFactory<LocallyManagedUserCreationController> weak_factory_;
127 DISALLOW_COPY_AND_ASSIGN(LocallyManagedUserCreationController);
    [all...]
locally_managed_user_creation_controller.cc 47 LocallyManagedUserCreationController::StatusConsumer::~StatusConsumer() {}
49 LocallyManagedUserCreationController::UserCreationContext::UserCreationContext()
54 LocallyManagedUserCreationController::UserCreationContext::
58 LocallyManagedUserCreationController*
59 LocallyManagedUserCreationController::current_controller_ = NULL;
61 LocallyManagedUserCreationController::LocallyManagedUserCreationController(
62 LocallyManagedUserCreationController::StatusConsumer* consumer,
69 new LocallyManagedUserCreationController::UserCreationContext());
73 LocallyManagedUserCreationController::~LocallyManagedUserCreationController()
    [all...]
locally_managed_user_creation_screen.h 29 public LocallyManagedUserCreationController::StatusConsumer,
82 LocallyManagedUserCreationController::ErrorCode code) OVERRIDE;
112 scoped_ptr<LocallyManagedUserCreationController> controller_;
locally_managed_user_creation_screen.cc 160 controller_.reset(new LocallyManagedUserCreationController(this, manager_id));
210 LocallyManagedUserCreationController::ErrorCode code) {
217 case LocallyManagedUserCreationController::CRYPTOHOME_NO_MOUNT:
218 case LocallyManagedUserCreationController::CRYPTOHOME_FAILED_MOUNT:
219 case LocallyManagedUserCreationController::CRYPTOHOME_FAILED_TPM:
227 case LocallyManagedUserCreationController::CLOUD_SERVER_ERROR:
228 case LocallyManagedUserCreationController::TOKEN_WRITE_FAILED:
236 case LocallyManagedUserCreationController::NO_ERROR:

Completed in 142 milliseconds