Searched refs:GetProfileByUserIdHash (Results 1 – 3 of 3) sorted by relevance
41 static Profile* GetProfileByUserIdHash(const std::string& user_id_hash);
46 Profile* ProfileHelper::GetProfileByUserIdHash( in GetProfileByUserIdHash() function in chromeos::ProfileHelper
597 profile = ProfileHelper::GetProfileByUserIdHash(user->username_hash()); in GetProfileByUser()