Searched defs:AutoEnrollmentController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Dauto_enrollment_controller.cc53 const char AutoEnrollmentController::kForcedReEnrollmentAlways[] = "always";
54 const char AutoEnrollmentController::kForcedReEnrollmentLegacy[] = "legacy";
55 const char AutoEnrollmentController::kForcedReEnrollmentNever[] = "never";
56 const char AutoEnrollmentController::kForcedReEnrollmentOfficialBuild[] =
59 AutoEnrollmentController::Mode AutoEnrollmentController::GetMode() {
83 AutoEnrollmentController::AutoEnrollmentController() function in class:chromeos::AutoEnrollmentController
87 AutoEnrollmentController::~AutoEnrollmentController() {}
[all...]
H A Dauto_enrollment_controller.h26 class AutoEnrollmentController { class in namespace:chromeos
51 AutoEnrollmentController();
52 ~AutoEnrollmentController();
88 base::WeakPtrFactory<AutoEnrollmentController> client_start_weak_factory_;
90 DISALLOW_COPY_AND_ASSIGN(AutoEnrollmentController);

Completed in 95 milliseconds