Searched defs:MultiProfileUserController (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/users/
H A Dmulti_profile_user_controller.cc29 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
58 MultiProfileUserController::MultiProfileUserController( function in class:chromeos::MultiProfileUserController
[all...]
H A Dmulti_profile_user_controller.h27 // MultiProfileUserController decides whether a user is allowed to be in a
31 class MultiProfileUserController { class in namespace:chromeos
58 MultiProfileUserController(MultiProfileUserControllerDelegate* delegate,
60 ~MultiProfileUserController();
107 DISALLOW_COPY_AND_ASSIGN(MultiProfileUserController);

Completed in 1086 milliseconds