Home
last modified time | relevance | path

Searched refs:GetPathOfProfileAtIndex (Results 1 – 4 of 4) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_info_cache.cc274 base::FilePath ProfileInfoCache::GetPathOfProfileAtIndex(size_t index) const { in GetPathOfProfileAtIndex() function in ProfileInfoCache
280 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()
H A Dprofile_info_interface.h29 virtual base::FilePath GetPathOfProfileAtIndex(size_t index) const = 0;
H A Dprofile_info_cache.h80 base::FilePath GetPathOfProfileAtIndex(size_t index) const override;
H A Dprofile_info_cache_unittest.cc192 EXPECT_EQ(profile_path, GetCache()->GetPathOfProfileAtIndex(i)); in TEST_F()