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

  /external/chromium_org/chrome/browser/chromeos/profiles/
profile_helper_browsertest.cc 53 IN_PROC_BROWSER_TEST_P(ProfileHelperTest, GetProfilePathByUserIdHash) {
56 profile_helper.GetProfilePathByUserIdHash(kActiveUserHash);
profile_helper.h 43 static base::FilePath GetProfilePathByUserIdHash(
profile_helper.cc 51 return profile_manager->GetProfile(GetProfilePathByUserIdHash(user_id_hash));
55 base::FilePath ProfileHelper::GetProfilePathByUserIdHash(
172 base::FilePath profile_path = GetProfilePathByUserIdHash(hash);
  /external/chromium_org/chrome/browser/chromeos/login/
mount_manager.cc 22 return ProfileHelper::GetProfilePathByUserIdHash(user_hash);

Completed in 632 milliseconds