Searched refs:GetPathOfProfileAtIndex (Results 1 – 4 of 4) sorted by relevance
274 base::FilePath ProfileInfoCache::GetPathOfProfileAtIndex(size_t index) const { in GetPathOfProfileAtIndex() function in ProfileInfoCache280 base::FilePath path = GetPathOfProfileAtIndex(index); in GetGAIAPictureOfProfileAtIndex()314 CacheKeyFromProfilePath(GetPathOfProfileAtIndex(index))); in IsGAIAPictureOfProfileAtIndexLoaded()348 base::FilePath profile_path = GetPathOfProfileAtIndex(index); in SetAvatarIconOfProfileAtIndex()413 base::FilePath path = GetPathOfProfileAtIndex(index); in SetGAIAPictureOfProfileAtIndex()443 GetPathOfProfileAtIndex(index), image, key, image_path, in SetGAIAPictureOfProfileAtIndex()466 base::FilePath profile_path = GetPathOfProfileAtIndex(index); in SetIsUsingGAIAPictureOfProfileAtIndex()541 return LoadAvatarPictureFromPath(GetPathOfProfileAtIndex(index), file_name, in GetHighResAvatarOfProfileAtIndex()635 RemoveProfile(GetPathOfProfileAtIndex(i)); in RemoveProfileByAccountId()
29 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const = 0;
80 base::FilePath GetPathOfProfileAtIndex(size_t index) const override;
192 EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i)); in TEST_F()