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

  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.cc 29 if (value == MultiProfileUserController::kBehaviorUnrestricted ||
30 value == MultiProfileUserController::kBehaviorPrimaryOnly ||
31 value == MultiProfileUserController::kBehaviorNotAllowed) {
35 return std::string(MultiProfileUserController::kBehaviorUnrestricted);
39 MultiProfileUserController::UserAllowedInSessionReason* reason,
40 MultiProfileUserController::UserAllowedInSessionReason value) {
43 return value == MultiProfileUserController::ALLOWED;
49 const char MultiProfileUserController::kBehaviorUnrestricted[] = "unrestricted";
50 const char MultiProfileUserController::kBehaviorPrimaryOnly[] = "primary-only";
51 const char MultiProfileUserController::kBehaviorNotAllowed[] = "not-allowed"
    [all...]
multi_profile_user_controller.h 27 // MultiProfileUserController decides whether a user is allowed to be in a
31 class MultiProfileUserController {
58 MultiProfileUserController(MultiProfileUserControllerDelegate* delegate,
60 ~MultiProfileUserController();
107 DISALLOW_COPY_AND_ASSIGN(MultiProfileUserController);

Completed in 43 milliseconds