Searched refs:EnrollmentHandlerChromeOS (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/policy/
H A Denrollment_handler_chromeos.cc42 EnrollmentHandlerChromeOS::EnrollmentHandlerChromeOS( function in class:policy::EnrollmentHandlerChromeOS
83 EnrollmentHandlerChromeOS::~EnrollmentHandlerChromeOS() {
88 void EnrollmentHandlerChromeOS::StartEnrollment() {
92 base::Bind(&EnrollmentHandlerChromeOS::HandleStateKeysResult,
96 scoped_ptr<CloudPolicyClient> EnrollmentHandlerChromeOS::ReleaseClient() {
101 void EnrollmentHandlerChromeOS::OnPolicyFetched(CloudPolicyClient* client) {
143 base::Bind(&EnrollmentHandlerChromeOS::HandlePolicyValidationResult,
147 void EnrollmentHandlerChromeOS
[all...]
H A Denrollment_handler_chromeos.h47 class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer, class in namespace:policy
62 EnrollmentHandlerChromeOS(
76 virtual ~EnrollmentHandlerChromeOS();
193 base::WeakPtrFactory<EnrollmentHandlerChromeOS> weak_ptr_factory_;
195 DISALLOW_COPY_AND_ASSIGN(EnrollmentHandlerChromeOS);
H A Ddevice_cloud_policy_initializer.h37 class EnrollmentHandlerChromeOS;
129 scoped_ptr<EnrollmentHandlerChromeOS> enrollment_handler_;
H A Ddevice_cloud_policy_initializer.cc118 enrollment_handler_.reset(new EnrollmentHandlerChromeOS(

Completed in 237 milliseconds