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

  /external/chromium_org/chrome/browser/profiles/
profiles_state.h 42 // Update the name of |profile| to |new_profile_name|. This updates the
48 const base::string16& new_profile_name);
profiles_state.cc 100 const base::string16& new_profile_name) {
107 if (new_profile_name == cache.GetNameOfProfileAtIndex(profile_index))
118 base::UTF16ToUTF8(new_profile_name));
profile_info_cache_unittest.cc 73 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);
profile_shortcut_manager_unittest_win.cc 237 const base::string16& new_profile_name) {
242 new_profile_name);
244 new_profile_name);
    [all...]
profile_manager.cc 675 base::string16 new_profile_name = is_new_avatar_menu ? local
680 new_profile_name,
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 368 base::string16 new_profile_name;
369 if (!args->GetString(2, &new_profile_name))
372 base::TrimWhitespace(new_profile_name, base::TRIM_ALL, &new_profile_name);
373 CHECK(!new_profile_name.empty());
374 profiles::UpdateProfileName(profile, new_profile_name);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 159 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);
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 866 base::string16 new_profile_name = name_textfield->text(); local
    [all...]

Completed in 192 milliseconds