Home
last modified time | relevance | path

Searched refs:UserExistsInList (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/chromeos/login/
Duser_manager_impl.h195 const bool UserExistsInList(const std::string& user_id) const;
Duser_manager_impl.cc954 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