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

  /external/chromium_org/chrome/browser/chromeos/policy/
auto_enrollment_client.h 78 bool should_auto_enroll() const { return should_auto_enroll_; } function in class:policy::AutoEnrollmentClient
auto_enrollment_client.cc 225 bool should_auto_enroll = false; local
230 !should_enroll_pref->GetValue()->GetAsBoolean(&should_auto_enroll) ||
238 should_auto_enroll_ = should_auto_enroll;
326 LOG(INFO) << "Auto enrollment complete, should_auto_enroll = "

Completed in 218 milliseconds