Home
last modified time | relevance | path

Searched refs:STATUS_VALIDATION_FAILED (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
Denrollment_status_chromeos.h27 STATUS_VALIDATION_FAILED, // Policy validation failed. enumerator
Denrollment_status_chromeos.cc52 return EnrollmentStatus(STATUS_VALIDATION_FAILED, DM_STATUS_SUCCESS, in ForValidationError()
Ddevice_cloud_policy_manager_chromeos_unittest.cc515 ExpectFailedEnrollment(EnrollmentStatus::STATUS_VALIDATION_FAILED); in TEST_F()
/external/chromium_org/chrome/browser/chromeos/login/enrollment/
Denrollment_screen.cc268 case policy::EnrollmentStatus::STATUS_VALIDATION_FAILED: in ReportEnrollmentStatus()
/external/chromium_org/chrome/browser/ui/webui/chromeos/login/
Denrollment_screen_handler.cc259 case policy::EnrollmentStatus::STATUS_VALIDATION_FAILED: in ShowEnrollmentStatus()