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

/external/chromium_org/components/user_manager/
H A Duser_manager_base.h282 const bool UserExistsInList(const std::string& user_id) const;
H A Duser_manager_base.cc608 if (user_id == GetOwnerEmail() || UserExistsInList(user_id) ||
798 const bool UserManagerBase::UserExistsInList(const std::string& user_id) const { function in class:user_manager::UserManagerBase

Completed in 48 milliseconds