HomeSort by relevance Sort by last modified time
    Searched defs:AutoEnrollmentClient (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.cc 46 for (int i = 0; i <= AutoEnrollmentClient::kMaximumPower; ++i) {
51 return AutoEnrollmentClient::kMaximumPower + 1;
86 AutoEnrollmentClient::AutoEnrollmentClient(
118 AutoEnrollmentClient::~AutoEnrollmentClient() {
123 void AutoEnrollmentClient::RegisterPrefs(PrefRegistrySimple* registry) {
129 void AutoEnrollmentClient::CancelAutoEnrollment() {
136 void AutoEnrollmentClient::Start() {
152 void AutoEnrollmentClient::Retry()
    [all...]
auto_enrollment_client.h 54 class AutoEnrollmentClient
70 AutoEnrollmentClient(
79 virtual ~AutoEnrollmentClient();
116 typedef bool (AutoEnrollmentClient::*RequestCompletionHandler)(
222 DISALLOW_COPY_AND_ASSIGN(AutoEnrollmentClient);

Completed in 206 milliseconds