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

  /external/chromium_org/chrome/browser/chromeos/policy/
fake_device_cloud_policy_initializer.h 31 bool is_auto_enrollment,
fake_device_cloud_policy_initializer.cc 44 bool is_auto_enrollment,
device_cloud_policy_initializer.h 78 bool is_auto_enrollment,
enrollment_handler_chromeos.h 71 bool is_auto_enrollment,
device_cloud_policy_initializer.cc 111 bool is_auto_enrollment,
127 is_auto_enrollment,
enrollment_handler_chromeos.cc 51 bool is_auto_enrollment,
64 is_auto_enrollment_(is_auto_enrollment),
  /external/chromium_org/chrome/browser/chromeos/login/enrollment/
enrollment_screen.cc 102 if (is_auto_enrollment() && !enrollment_failed_once_) {
152 if (is_auto_enrollment())
224 UMA(is_auto_enrollment() ? policy::kMetricEnrollmentAutoCancelled
237 if (is_auto_enrollment())
255 if (is_auto_enrollment() &&
295 token, is_auto_enrollment(), device_modes,
321 UMA(is_auto_enrollment() ? policy::kMetricEnrollmentAutoOK
444 if (is_auto_enrollment())
enrollment_screen.h 125 bool is_auto_enrollment() const { function in class:chromeos::EnrollmentScreen
  /external/chromium_org/components/policy/core/common/cloud/
cloud_policy_client.h 115 bool is_auto_enrollment,
  /external/chromium_org/chrome/browser/chromeos/login/
wizard_controller.cc 419 bool is_auto_enrollment = false; local
422 screen_parameters_->GetBoolean("is_auto_enrollment", &is_auto_enrollment);
430 if (is_auto_enrollment) {
    [all...]
existing_user_controller.cc 756 void ExistingUserController::ShowEnrollmentScreen(bool is_auto_enrollment,
759 if (is_auto_enrollment) {
761 params->SetBoolean("is_auto_enrollment", true);
    [all...]

Completed in 690 milliseconds