Home
last modified time | relevance | path

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

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_manager_browsertest.cc417 EXPECT_EQ(profile1, profile_manager->GetProfileFromProfileKey( in IN_PROC_BROWSER_TEST_F()
419 EXPECT_EQ(profile2, profile_manager->GetProfileFromProfileKey( in IN_PROC_BROWSER_TEST_F()
433 profile_manager->GetProfileFromProfileKey(otr_1a->GetProfileKey())); in IN_PROC_BROWSER_TEST_F()
435 profile_manager->GetProfileFromProfileKey(otr_1b->GetProfileKey())); in IN_PROC_BROWSER_TEST_F()
437 profile_manager->GetProfileFromProfileKey(otr_1c->GetProfileKey())); in IN_PROC_BROWSER_TEST_F()
439 profile_manager->GetProfileFromProfileKey(otr_2a->GetProfileKey())); in IN_PROC_BROWSER_TEST_F()
441 profile_manager->GetProfileFromProfileKey(otr_2b->GetProfileKey())); in IN_PROC_BROWSER_TEST_F()
H A Dprofile_manager.h109 static Profile* GetProfileFromProfileKey(ProfileKey* profile_key);
H A Dprofile_manager.cc767 Profile* ProfileManager::GetProfileFromProfileKey(ProfileKey* profile_key) { in GetProfileFromProfileKey() function in ProfileManager
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/download/android/
H A Ddownload_manager_service.cc721 : ProfileManager::GetProfileFromProfileKey(profile_key); in GetDownloadManager()