Searched defs:new_profile_name (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofiles_state.cc100 const base::string16& new_profile_name) {
107 if (new_profile_name == cache.GetNameOfProfileAtIndex(profile_index))
118 base::UTF16ToUTF8(new_profile_name));
99 UpdateProfileName(Profile* profile, const base::string16& new_profile_name) argument
H A Dprofile_info_cache_unittest.cc73 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex( local
76 EXPECT_TRUE(profile_names_.find(new_profile_name) == profile_names_.end());
78 profile_names_.insert(new_profile_name);
H A Dprofile_shortcut_manager_unittest_win.cc237 const base::string16& new_profile_name) {
242 new_profile_name);
244 new_profile_name);
235 RenameProfile(const tracked_objects::Location& location, const base::FilePath& profile_path, const base::string16& new_profile_name) argument
H A Dprofile_manager.cc675 base::string16 new_profile_name = is_new_avatar_menu ? local
680 new_profile_name,
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc159 const base::string16& new_profile_name) {
160 name_ = new_profile_name;
475 base::string16 new_profile_name = cache.GetNameOfProfileAtIndex( local
483 it->second->SetName(new_profile_name);
158 SetName( const base::string16& new_profile_name) argument
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc866 base::string16 new_profile_name = name_textfield->text(); local
867 base::TrimWhitespace(new_profile_name, base::TRIM_ALL, &new_profile_name);
868 if (new_profile_name.empty())
880 profiles::UpdateProfileName(profile, new_profile_name);

Completed in 1102 milliseconds