Searched refs:UserExistsInList (Results 1 – 2 of 2) sorted by relevance
195 const bool UserExistsInList(const std::string& user_id) const;
954 if (user_id == owner_email_ || UserExistsInList(user_id) || in IsUserNonCryptohomeDataEphemeral()1163 const bool UserManagerImpl::UserExistsInList(const std::string& user_id) const { in UserExistsInList() function in chromeos::UserManagerImpl