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.cc 82 const base::string16& new_profile_name) {
88 if ((new_profile_name ==
90 (new_profile_name == cache.GetGAIANameOfProfileAtIndex(profile_index))) {
99 pref_service->SetString(prefs::kProfileName, UTF16ToUTF8(new_profile_name));
profiles_state.h 36 // Update the name of |profile| to |new_profile_name|. This updates the
39 const base::string16& new_profile_name);
profile_info_cache_unittest.cc 64 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex( local
67 EXPECT_TRUE(profile_names_.find(new_profile_name) == profile_names_.end());
69 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 313 base::string16 new_profile_name;
314 if (!args->GetString(2, &new_profile_name))
317 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;
472 base::string16 new_profile_name = cache.GetNameOfProfileAtIndex( local
480 it->second->SetName(new_profile_name);
background_mode_manager.h 142 void SetName(const base::string16& new_profile_name);
  /external/chromium_org/chrome/browser/ui/views/
profile_chooser_view.cc 592 base::string16 new_profile_name = name_textfield->text(); local
593 if (new_profile_name.empty())
605 profiles::UpdateProfileName(profile, new_profile_name);

Completed in 775 milliseconds