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

  /external/chromium_org/chrome/browser/chromeos/policy/
enrollment_handler_chromeos.cc 40 EnrollmentHandlerChromeOS::EnrollmentHandlerChromeOS(
73 EnrollmentHandlerChromeOS::~EnrollmentHandlerChromeOS() {
78 void EnrollmentHandlerChromeOS::StartEnrollment() {
84 scoped_ptr<CloudPolicyClient> EnrollmentHandlerChromeOS::ReleaseClient() {
89 void EnrollmentHandlerChromeOS::OnPolicyFetched(CloudPolicyClient* client) {
120 base::Bind(&EnrollmentHandlerChromeOS::PolicyValidated,
124 void EnrollmentHandlerChromeOS::OnRegistrationStateChanged(
146 void EnrollmentHandlerChromeOS::OnClientError(CloudPolicyClient* client)
    [all...]
enrollment_handler_chromeos.h 47 class EnrollmentHandlerChromeOS : public CloudPolicyClient::Observer,
61 EnrollmentHandlerChromeOS(
72 virtual ~EnrollmentHandlerChromeOS();
178 base::WeakPtrFactory<EnrollmentHandlerChromeOS> weak_ptr_factory_;
180 DISALLOW_COPY_AND_ASSIGN(EnrollmentHandlerChromeOS);
device_cloud_policy_manager_chromeos.h 38 class EnrollmentHandlerChromeOS;
134 scoped_ptr<EnrollmentHandlerChromeOS> enrollment_handler_;
device_cloud_policy_manager_chromeos.cc 140 new EnrollmentHandlerChromeOS(

Completed in 388 milliseconds