Searched defs:is_auto_enrollment (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/enrollment/
H A Denrollment_screen.cc60 void EnrollmentScreen::SetParameters(bool is_auto_enrollment, argument
63 is_auto_enrollment_ = is_auto_enrollment;
/external/chromium_org/chrome/browser/chromeos/policy/
H A Ddevice_cloud_policy_manager_chromeos.cc112 bool is_auto_enrollment,
121 install_attributes_->GetDeviceId(), is_auto_enrollment,
110 StartEnrollment( const std::string& auth_token, bool is_auto_enrollment, const AllowedDeviceModes& allowed_device_modes, const EnrollmentCallback& callback) argument
H A Denrollment_handler_chromeos.cc38 bool is_auto_enrollment,
47 is_auto_enrollment_(is_auto_enrollment),
32 EnrollmentHandlerChromeOS( DeviceCloudPolicyStoreChromeOS* store, EnterpriseInstallAttributes* install_attributes, scoped_ptr<CloudPolicyClient> client, const std::string& auth_token, const std::string& client_id, bool is_auto_enrollment, const std::string& requisition, const AllowedDeviceModes& allowed_device_modes, const EnrollmentCallback& completion_callback) argument
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
H A Denrollment_screen_handler.cc109 bool is_auto_enrollment,
113 is_auto_enrollment_ = is_auto_enrollment;
415 screen_data.SetBoolean("is_auto_enrollment", is_auto_enrollment_);
107 SetParameters( Controller* controller, bool is_auto_enrollment, bool can_exit_enrollment, const std::string& user) argument
/external/chromium_org/chrome/browser/chromeos/login/
H A Dexisting_user_controller.cc668 void ExistingUserController::ShowEnrollmentScreen(bool is_auto_enrollment, argument
671 if (is_auto_enrollment) {
673 params->SetBoolean("is_auto_enrollment", true);
H A Dwizard_controller.cc360 bool is_auto_enrollment = false; local
363 screen_parameters_->GetBoolean("is_auto_enrollment", &is_auto_enrollment);
368 screen->SetParameters(is_auto_enrollment,

Completed in 318 milliseconds