HomeSort by relevance Sort by last modified time
    Searched refs:new_profile_name (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profiles_state.h 35 // Update the name of |profile| to |new_profile_name|. This updates the
38 const base::string16& new_profile_name);
profiles_state.cc 85 const base::string16& new_profile_name) {
90 base::UTF16ToUTF8(new_profile_name));
profile_info_cache_unittest.cc 70 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex( local
73 EXPECT_TRUE(profile_names_.find(new_profile_name) == profile_names_.end());
75 profile_names_.insert(new_profile_name);
profile_shortcut_manager_unittest_win.cc 237 const base::string16& new_profile_name) {
242 new_profile_name);
244 new_profile_name);
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 375 base::string16 new_profile_name;
376 if (!args->GetString(2, &new_profile_name))
379 profiles::UpdateProfileName(profile, new_profile_name);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 156 const base::string16& new_profile_name) {
157 name_ = new_profile_name;
480 base::string16 new_profile_name = cache.GetNameOfProfileAtIndex( local
488 it->second->SetName(new_profile_name);
background_mode_manager.h 147 void SetName(const base::string16& new_profile_name);
  /external/chromium_org/chrome/browser/ui/views/profiles/
profile_chooser_view.cc 780 base::string16 new_profile_name = name_textfield->text(); local
781 if (new_profile_name.empty())
793 profiles::UpdateProfileName(profile, new_profile_name);
    [all...]

Completed in 104 milliseconds