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

  /external/chromium_org/chrome/browser/chromeos/login/users/
multi_profile_user_controller.h 80 static const char kBehaviorUnrestricted[];
multi_profile_user_controller.cc 28 if (value == MultiProfileUserController::kBehaviorUnrestricted ||
35 return std::string(MultiProfileUserController::kBehaviorUnrestricted);
41 const char MultiProfileUserController::kBehaviorUnrestricted[] = "unrestricted";
46 // owner users instead of default one kBehaviorUnrestricted.
70 kBehaviorUnrestricted,
137 return behavior == kBehaviorUnrestricted ? ALLOWED :
178 return std::string(kBehaviorUnrestricted);

Completed in 1124 milliseconds