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

  /external/chromium_org/chrome/browser/profiles/
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_manager.cc 675 base::string16 new_profile_name = is_new_avatar_menu ? local
680 new_profile_name,
    [all...]
  /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);
  /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 449 milliseconds