Home
last modified time | relevance | path

Searched refs:SetLocalProfileName (Results 1 – 12 of 12) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc260 entry_2->SetLocalProfileName(custom_name); in TEST_F()
290 entry_1->SetLocalProfileName(ASCIIToUTF16("Work")); in TEST_F()
294 entry_1->SetLocalProfileName(ASCIIToUTF16("patt")); in TEST_F()
307 entry_1->SetLocalProfileName(ASCIIToUTF16("Work")); in TEST_F()
319 entry_1->SetLocalProfileName(ASCIIToUTF16("Person 1")); in TEST_F()
346 entry_3->SetLocalProfileName(ASCIIToUTF16("Personal")); in TEST_F()
352 entry_3->SetLocalProfileName(ASCIIToUTF16("patt")); in TEST_F()
357 entry_1->SetLocalProfileName(ASCIIToUTF16("Patt")); in TEST_F()
404 entry_2->SetLocalProfileName(new_name); in TEST_F()
H A Dprofile_attributes_entry.h158 void SetLocalProfileName(const base::string16& name);
H A Dprofile_list_desktop_unittest.cc220 entry->SetLocalProfileName(ASCIIToUTF16(newname1)); in TEST_F()
H A Dprofile_info_cache.cc573 entries[i]->SetLocalProfileName( in MigrateLegacyProfileNamesAndRecomputeIfNeeded()
586 entries[j]->SetLocalProfileName( in MigrateLegacyProfileNamesAndRecomputeIfNeeded()
H A Dprofile_attributes_storage_unittest.cc538 entry->SetLocalProfileName(base::ASCIIToUTF16("zulu_name")); in TEST_F()
593 first_entry->SetLocalProfileName(base::ASCIIToUTF16("NewName")); in TEST_F()
601 second_entry->SetLocalProfileName(base::ASCIIToUTF16("OtherNewName")); in TEST_F()
H A Dprofile_shortcut_manager_unittest_win.cc318 entry->SetLocalProfileName(new_profile_name); in RenameProfile()
801 entry_3->SetLocalProfileName(new_profile_3_name); in TEST_F()
811 entry_2->SetLocalProfileName(new_profile_2_name); in TEST_F()
H A Dprofile_attributes_entry.cc492 void ProfileAttributesEntry::SetLocalProfileName(const base::string16& name) { in SetLocalProfileName() function in ProfileAttributesEntry
H A Dprofile_impl.cc1509 entry->SetLocalProfileName( in UpdateNameInStorage()
H A Dprofile_manager_unittest.cc1554 entry->SetLocalProfileName(custom_profile_name); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/webui/signin/
H A Dprofile_customization_handler.cc94 GetProfileEntry()->SetLocalProfileName(profile_name); in HandleDone()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/base/
H A Dtesting_profile_manager.cc128 entry->SetLocalProfileName(user_name); in CreateTestingProfile()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/profiles/
H A Dprofile_picker_view.cc487 entry->SetLocalProfileName(name_for_signed_in_profile_); in FinishSignedInCreationFlowImpl()