Home | History | Annotate | Download | only in users

Lines Matching refs:ALLOWED

43   return value == MultiProfileUserController::ALLOWED;
51 const char MultiProfileUserController::kBehaviorNotAllowed[] = "not-allowed";
98 return ALLOWED;
110 return ALLOWED;
120 // No user is allowed if the primary user policy forbids it.
126 return ALLOWED;
143 return SetUserAllowedReason(reason, ALLOWED);
145 // Owner is not allowed to be secondary user.
155 if (primary_user_policy != ALLOWED)
162 behavior == kBehaviorUnrestricted ? ALLOWED : NOT_ALLOWED_POLICY_FORBIDS);