Home
last modified time | relevance | path

Searched refs:new_profile_name (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofiles_state.cc82 const base::string16& new_profile_name) { in UpdateProfileName() argument
88 if ((new_profile_name == in UpdateProfileName()
90 (new_profile_name == cache.GetGAIANameOfProfileAtIndex(profile_index))) { in UpdateProfileName()
99 pref_service->SetString(prefs::kProfileName, UTF16ToUTF8(new_profile_name)); in UpdateProfileName()
Dprofiles_state.h39 const base::string16& new_profile_name);
Dprofile_info_cache_unittest.cc64 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex( in OnProfileNameChanged() local
67 EXPECT_TRUE(profile_names_.find(new_profile_name) == profile_names_.end()); in OnProfileNameChanged()
69 profile_names_.insert(new_profile_name); in OnProfileNameChanged()
Dprofile_shortcut_manager_unittest_win.cc237 const base::string16& new_profile_name) { in RenameProfile() argument
242 new_profile_name); in RenameProfile()
244 new_profile_name); in RenameProfile()
/external/chromium_org/chrome/browser/ui/webui/options/
Dmanage_profile_handler.cc313 base::string16 new_profile_name; in SetProfileIconAndName() local
314 if (!args->GetString(2, &new_profile_name)) in SetProfileIconAndName()
317 profiles::UpdateProfileName(profile, new_profile_name); in SetProfileIconAndName()
/external/chromium_org/chrome/browser/background/
Dbackground_mode_manager.cc156 const base::string16& new_profile_name) { in SetName() argument
157 name_ = new_profile_name; in SetName()
472 base::string16 new_profile_name = cache.GetNameOfProfileAtIndex( in OnProfileNameChanged() local
480 it->second->SetName(new_profile_name); in OnProfileNameChanged()
Dbackground_mode_manager.h142 void SetName(const base::string16& new_profile_name);
/external/chromium_org/chrome/browser/ui/views/
Dprofile_chooser_view.cc592 base::string16 new_profile_name = name_textfield->text(); in HandleKeyEvent() local
593 if (new_profile_name.empty()) in HandleKeyEvent()
605 profiles::UpdateProfileName(profile, new_profile_name); in HandleKeyEvent()