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 28 if (value == MultiProfileUserController::kBehaviorUnrestricted ||
29 value == MultiProfileUserController::kBehaviorPrimaryOnly ||
30 value == MultiProfileUserController::kBehaviorNotAllowed ||
31 value == MultiProfileUserController::kBehaviorOwnerPrimaryOnly) {
35 return std::string(MultiProfileUserController::kBehaviorUnrestricted);
41 const char MultiProfileUserController::kBehaviorUnrestricted[] = "unrestricted";
42 const char MultiProfileUserController::kBehaviorPrimaryOnly[] = "primary-only";
43 const char MultiProfileUserController::kBehaviorNotAllowed[] = "not-allowed";
47 const char MultiProfileUserController::kBehaviorOwnerPrimaryOnly[] =
50 MultiProfileUserController::MultiProfileUserController
    [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();
102 DISALLOW_COPY_AND_ASSIGN(MultiProfileUserController);

Completed in 67 milliseconds