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

  /external/chromium_org/components/user_manager/
user_manager_base.h 282 const bool UserExistsInList(const std::string& user_id) const;
user_manager_base.cc 608 if (user_id == GetOwnerEmail() || UserExistsInList(user_id) ||
798 const bool UserManagerBase::UserExistsInList(const std::string& user_id) const {
    [all...]

Completed in 51 milliseconds