Home
last modified time | relevance | path

Searched refs:RemoveProfileByAccountId (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc949 TEST_F(ProfileInfoCacheTest, RemoveProfileByAccountId) { in TEST_F() argument
977 GetCache()->RemoveProfileByAccountId(kTestCases[2].account_id); in TEST_F()
980 GetCache()->RemoveProfileByAccountId(kTestCases[0].account_id); in TEST_F()
984 GetCache()->RemoveProfileByAccountId(kTestCases[2].account_id); in TEST_F()
988 GetCache()->RemoveProfileByAccountId( in TEST_F()
993 GetCache()->RemoveProfileByAccountId(kTestCases[3].account_id); in TEST_F()
H A Dprofile_attributes_storage.h64 virtual void RemoveProfileByAccountId(const AccountId& account_id) = 0;
H A Dprofile_info_cache.h120 void RemoveProfileByAccountId(const AccountId& account_id) override;
H A Dprofile_info_cache.cc622 void ProfileInfoCache::RemoveProfileByAccountId(const AccountId& account_id) { in RemoveProfileByAccountId() function in ProfileInfoCache
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/users/
H A Dchrome_user_manager_impl.cc562 .RemoveProfileByAccountId(account_id); in RemoveUserInternal()