Home | History | Annotate | Download | only in login

Lines Matching refs:prop

176   void SetInPolicy(const std::string& prop,
207 std::string LookUpInPolicy(const std::string& prop);
607 void StorePropertyOp::SetInPolicy(const std::string& prop,
612 if (prop == kAccountsPrefAllowNewUser) {
616 } else if (prop == kAccountsPrefAllowGuest) {
620 } else if (prop == kAccountsPrefShowUserNamesOnSignIn) {
624 } else if (prop == kSignedDataRoamingEnabled) {
628 } else if (prop == kSettingProxyEverywhere) {
705 std::string RetrievePropertyOp::LookUpInPolicy(const std::string& prop) {
706 if (prop == kDeviceOwner) {
712 VLOG(2) << "Looking up " << prop;
715 if (prop == kAccountsPrefAllowNewUser) {
729 } else if (prop == kAccountsPrefAllowGuest) {
735 } else if (prop == kAccountsPrefShowUserNamesOnSignIn) {
741 } else if (prop == kSignedDataRoamingEnabled) {
747 } else if (prop == kSettingProxyEverywhere) {