profile_name 434 chrome/browser/background/background_mode_manager.cc base::string16 profile_name = cache.GetNameOfProfileAtIndex( profile_name 444 chrome/browser/background/background_mode_manager.cc it->second->SetName(profile_name); profile_name 455 chrome/browser/background/background_mode_manager.cc base::string16 profile_name = cache.GetNameOfProfileAtIndex( profile_name 459 chrome/browser/background/background_mode_manager.cc GetBackgroundModeIterator(profile_name); profile_name 813 chrome/browser/background/background_mode_manager.cc const base::string16& profile_name) { profile_name 820 chrome/browser/background/background_mode_manager.cc if (it->second->name() == profile_name) { profile_name 276 chrome/browser/background/background_mode_manager.h const base::string16& profile_name); profile_name 281 chrome/browser/performance_monitor/performance_monitor.cc const std::string& profile_name) { profile_name 283 chrome/browser/performance_monitor/performance_monitor.cc std::string database_key = kStateProfilePrefix + profile_name; profile_name 296 chrome/browser/performance_monitor/performance_monitor.cc util::CreateUncleanExitEvent(last_active_time, profile_name); profile_name 130 chrome/browser/performance_monitor/performance_monitor.h void AddUncleanExitEventOnBackgroundThread(const std::string& profile_name); profile_name 63 chrome/browser/performance_monitor/performance_monitor_util.cc const std::string& profile_name) { profile_name 67 chrome/browser/performance_monitor/performance_monitor_util.cc event.profile_name = profile_name; profile_name 45 chrome/browser/performance_monitor/performance_monitor_util.h const std::string& profile_name); profile_name 1259 chrome/browser/profiles/profile_impl.cc std::string profile_name = profile_name 1261 chrome/browser/profiles/profile_impl.cc cache.SetNameOfProfileAtIndex(index, base::UTF8ToUTF16(profile_name)); profile_name 24 chrome/browser/profiles/profile_info_cache_observer.h const base::string16& profile_name) {} profile_name 44 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( profile_name 46 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end()); profile_name 47 chrome/browser/profiles/profile_info_cache_unittest.cc profile_names_.insert(profile_name); profile_name 52 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( profile_name 54 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end()); profile_name 55 chrome/browser/profiles/profile_info_cache_unittest.cc profile_names_.erase(profile_name); profile_name 60 chrome/browser/profiles/profile_info_cache_unittest.cc const base::string16& profile_name) { profile_name 61 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(profile_names_.find(profile_name) == profile_names_.end()); profile_name 77 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex( profile_name 79 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_TRUE(profile_names_.find(profile_name) != profile_names_.end()); profile_name 128 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = profile_name 135 chrome/browser/profiles/profile_info_cache_unittest.cc GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(), profile_name 142 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i)); profile_name 161 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = profile_name 163 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i)); profile_name 306 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name(ASCIIToUTF16("Person 2")); profile_name 308 chrome/browser/profiles/profile_info_cache_unittest.cc GetProfilePath("path_2"), profile_name, base::string16(), 0, profile_name 431 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = ASCIIToUTF16("name_1"); profile_name 437 chrome/browser/profiles/profile_info_cache_unittest.cc GetProfilePath("path_1"), profile_name, base::string16(), 0, profile_name 446 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(0)); profile_name 477 chrome/browser/profiles/profile_info_cache_unittest.cc const char* profile_name; profile_name 487 chrome/browser/profiles/profile_info_cache_unittest.cc base::string16 profile_name = ASCIIToUTF16(kTestCases[i].profile_name); profile_name 489 chrome/browser/profiles/profile_info_cache_unittest.cc GetCache()->AddProfileToCache(profile_path, profile_name, base::string16(), profile_name 493 chrome/browser/profiles/profile_info_cache_unittest.cc EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i)); profile_name 35 chrome/browser/profiles/profile_info_cache_unittest.h const base::string16& profile_name) OVERRIDE; profile_name 607 chrome/browser/profiles/profile_manager.cc std::string profile_name = chrome::kMultiProfileDirPrefix; profile_name 608 chrome/browser/profiles/profile_manager.cc profile_name.append(base::IntToString(next_directory)); profile_name 611 chrome/browser/profiles/profile_manager.cc new_path = new_path.Append(base::ASCIIToUTF16(profile_name)); profile_name 613 chrome/browser/profiles/profile_manager.cc new_path = new_path.Append(profile_name); profile_name 732 chrome/browser/profiles/profile_manager.cc std::string profile_name; profile_name 735 chrome/browser/profiles/profile_manager.cc profile_name = l10n_util::GetStringUTF8(IDS_PROFILES_GUEST_PROFILE_NAME); profile_name 744 chrome/browser/profiles/profile_manager.cc profile_name = profile_name 752 chrome/browser/profiles/profile_manager.cc profile_name = switches::IsNewProfileManagement() ? profile_name 757 chrome/browser/profiles/profile_manager.cc profile_name = profile_name 766 chrome/browser/profiles/profile_manager.cc profile->GetPrefs()->SetString(prefs::kProfileName, profile_name); profile_name 1119 chrome/browser/profiles/profile_manager.cc base::string16 profile_name = profile_name 1129 chrome/browser/profiles/profile_manager.cc profile_name, profile_name 136 chrome/browser/profiles/profile_manager_unittest.cc const base::string16& profile_name) { profile_name 140 chrome/browser/profiles/profile_manager_unittest.cc cache.AddProfileToCache(path, profile_name, profile_name 278 chrome/browser/profiles/profile_manager_unittest.cc const std::string profile_name = "New Profile"; profile_name 279 chrome/browser/profiles/profile_manager_unittest.cc CreateProfileAsync(profile_manager, profile_name, false, &mock_observer1); profile_name 280 chrome/browser/profiles/profile_manager_unittest.cc CreateProfileAsync(profile_manager, profile_name, false, &mock_observer2); profile_name 281 chrome/browser/profiles/profile_manager_unittest.cc CreateProfileAsync(profile_manager, profile_name, false, &mock_observer3); profile_name 509 chrome/browser/profiles/profile_manager_unittest.cc std::string profile_name = profile_name 511 chrome/browser/profiles/profile_manager_unittest.cc EXPECT_FALSE(profile_name.empty()); profile_name 533 chrome/browser/profiles/profile_manager_unittest.cc std::string profile_name = profile_name 541 chrome/browser/profiles/profile_manager_unittest.cc EXPECT_EQ(profile_name, profile_name 70 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc base::string16 profile_name = profile_name 74 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc ASSERT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_name)); profile_name 82 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc base::FilePath CreateProfileDirectory(const base::string16& profile_name) { profile_name 84 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc profile_info_cache_->GetUserDataDir().Append(profile_name); profile_name 118 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc const base::string16& profile_name) { profile_name 120 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc profiles::internal::GetShortcutFilenameForProfile(profile_name, profile_name 125 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc bool ProfileShortcutExistsAtDefaultPath(const base::string16& profile_name) { profile_name 127 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc GetDefaultShortcutPathForProfile(profile_name)); profile_name 157 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc const base::string16& profile_name, profile_name 160 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc location, GetDefaultShortcutPathForProfile(profile_name), profile_path); profile_name 184 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc const base::string16& profile_name, profile_name 186 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc ASSERT_FALSE(ProfileShortcutExistsAtDefaultPath(profile_name)) profile_name 188 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc profile_info_cache_->AddProfileToCache(profile_path, profile_name, profile_name 192 chrome/browser/profiles/profile_shortcut_manager_unittest_win.cc ValidateProfileShortcut(location, profile_name, profile_path); profile_name 395 chrome/browser/profiles/profile_shortcut_manager_win.cc base::string16 profile_name; profile_name 431 chrome/browser/profiles/profile_shortcut_manager_win.cc if (params.old_profile_name != params.profile_name) { profile_name 437 chrome/browser/profiles/profile_shortcut_manager_win.cc profiles::internal::GetShortcutFilenameForProfile(params.profile_name, profile_name 453 chrome/browser/profiles/profile_shortcut_manager_win.cc if (!params.profile_name.empty()) { profile_name 475 chrome/browser/profiles/profile_shortcut_manager_win.cc profiles::internal::GetShortcutFilenameForProfile(params.profile_name, profile_name 588 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16& profile_name) { profile_name 589 chrome/browser/profiles/profile_shortcut_manager_win.cc base::string16 sanitized = profile_name; profile_name 627 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16& profile_name, profile_name 630 chrome/browser/profiles/profile_shortcut_manager_win.cc if (!profile_name.empty()) { profile_name 631 chrome/browser/profiles/profile_shortcut_manager_win.cc shortcut_name.append(SanitizeShortcutProfileNameString(profile_name)); profile_name 753 chrome/browser/profiles/profile_shortcut_manager_win.cc const base::string16& profile_name) { profile_name 821 chrome/browser/profiles/profile_shortcut_manager_win.cc params.profile_name = cache->GetNameOfProfileAtIndex(profile_index); profile_name 838 chrome/browser/profiles/profile_shortcut_manager_win.cc params.profile_name); profile_name 25 chrome/browser/profiles/profile_shortcut_manager_win.h base::string16 GetShortcutFilenameForProfile(const base::string16& profile_name, profile_name 74 chrome/browser/profiles/profile_shortcut_manager_win.h const base::string16& profile_name) OVERRIDE; profile_name 72 chrome/browser/profiles/profiles_state.cc base::string16 profile_name = cache.GetNameOfProfileAtIndex(index); profile_name 79 chrome/browser/profiles/profiles_state.cc display_name = profile_name; profile_name 110 chrome/browser/shell_integration.h std::string profile_name; profile_name 424 chrome/browser/task_manager/task_manager.cc values.profile_name = GetResource(index)->GetProfileName(); profile_name 426 chrome/browser/task_manager/task_manager.cc return values.profile_name; profile_name 361 chrome/browser/task_manager/task_manager.h base::string16 profile_name; profile_name 382 chrome/browser/ui/app_list/app_list_view_delegate.cc const base::FilePath& profile_path, const base::string16& profile_name) { profile_name 114 chrome/browser/ui/app_list/app_list_view_delegate.h const base::string16& profile_name) OVERRIDE; profile_name 164 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc EXPECT_EQ("p1", GetCurrentAppList()->profile_name()); profile_name 166 chrome/browser/ui/app_list/test/app_list_shower_unittest.cc EXPECT_EQ("p2", GetCurrentAppList()->profile_name()); profile_name 858 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc std::string profile_name = profile_name 861 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc profile_name, profile_name 868 chrome/browser/ui/ash/launcher/chrome_launcher_controller_unittest.cc created_profiles_[profile] = profile_name; profile_name 792 chrome/browser/ui/browser_command_controller.cc const base::string16& profile_name) { profile_name 90 chrome/browser/ui/browser_command_controller.h const base::string16& profile_name) OVERRIDE; profile_name 670 chrome/browser/ui/gtk/task_manager_gtk.cc std::string profile_name = profile_name 725 chrome/browser/ui/gtk/task_manager_gtk.cc kTaskManagerProfileName, profile_name.c_str(), profile_name 152 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc base::string16 profile_name = profiles::GetAvatarNameForProfile( profile_name 155 chrome/browser/ui/views/frame/browser_non_client_frame_view.cc listener, profile_name, style, browser_view_->browser()); profile_name 61 chrome/browser/ui/views/new_avatar_button.cc const base::string16& profile_name, profile_name 64 chrome/browser/ui/views/new_avatar_button.cc : MenuButton(listener, GetElidedText(profile_name), NULL, true), profile_name 141 chrome/browser/ui/views/new_avatar_button.cc const base::string16& profile_name) { profile_name 24 chrome/browser/ui/views/new_avatar_button.h const base::string16& profile_name, profile_name 40 chrome/browser/ui/views/new_avatar_button.h const base::string16& profile_name) OVERRIDE; profile_name 160 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc const base::string16& profile_name) OVERRIDE { profile_name 177 chrome/browser/web_applications/web_app.cc shortcut_info.profile_name = profile_name 28 chrome/common/importer/firefox_importer_utils.cc const std::string& profile_name) { profile_name 31 chrome/common/importer/firefox_importer_utils.cc if (!root.GetStringASCII(profile_name + ".IsRelative", &is_relative) || profile_name 32 chrome/common/importer/firefox_importer_utils.cc !root.GetString(profile_name + ".Path", &path16)) profile_name 52 chrome/common/importer/firefox_importer_utils.cc const std::string& profile_name) { profile_name 54 chrome/common/importer/firefox_importer_utils.cc root.GetStringASCII(profile_name + ".Default", &is_default); profile_name 46 chrome/common/profiling.cc CR_DEFINE_STATIC_LOCAL(std::string, profile_name, ()); profile_name 48 chrome/common/profiling.cc if (profile_name.empty()) { profile_name 51 chrome/common/profiling.cc profile_name = command_line.GetSwitchValueASCII(switches::kProfilingFile); profile_name 53 chrome/common/profiling.cc profile_name = std::string(kDefaultProfileName); profile_name 58 chrome/common/profiling.cc ReplaceSubstringsAfterOffset(&profile_name, 0, "{type}", type.c_str()); profile_name 60 chrome/common/profiling.cc return profile_name; profile_name 351 chrome/test/base/testing_profile.h void set_profile_name(const std::string& profile_name) { profile_name 352 chrome/test/base/testing_profile.h profile_name_ = profile_name; profile_name 52 chrome/test/base/testing_profile_manager.cc const std::string& profile_name, profile_name 62 chrome/test/base/testing_profile_manager.cc profile_path = profile_path.AppendASCII(profile_name); profile_name 76 chrome/test/base/testing_profile_manager.cc profile->set_profile_name(profile_name); profile_name 88 chrome/test/base/testing_profile_manager.cc testing_profiles_.insert(std::make_pair(profile_name, profile)); profile_name 53 chrome/test/base/testing_profile_manager.h const std::string& profile_name, profile_name 71 chrome/test/base/testing_profile_manager.h void DeleteTestingProfile(const std::string& profile_name); profile_name 1552 components/wifi/wifi_service_win.cc base::string16 profile_name = ProfileNameFromGUID(network_guid); profile_name 1555 components/wifi/wifi_service_win.cc profile_name.c_str(), profile_name 1596 components/wifi/wifi_service_win.cc base::string16 profile_name = ProfileNameFromGUID(network_guid); profile_name 1603 components/wifi/wifi_service_win.cc profile_name.c_str(), profile_name 1623 components/wifi/wifi_service_win.cc base::string16 profile_name = ProfileNameFromGUID(network_guid); profile_name 1628 components/wifi/wifi_service_win.cc profile_name.c_str(), profile_name 1678 components/wifi/wifi_service_win.cc base::string16 profile_name = ProfileNameFromGUID(network_guid); profile_name 1681 components/wifi/wifi_service_win.cc profile_name.c_str(), profile_name 157 third_party/tcmalloc/chromium/src/gperftools/profiler.h char profile_name[1024]; /* Name of profile file being written, or '\0' */ profile_name 226 third_party/tcmalloc/chromium/src/profiledata.cc int buf_size = sizeof(state->profile_name); profile_name 227 third_party/tcmalloc/chromium/src/profiledata.cc strncpy(state->profile_name, fname_, buf_size); profile_name 228 third_party/tcmalloc/chromium/src/profiledata.cc state->profile_name[buf_size-1] = '\0'; profile_name 233 third_party/tcmalloc/chromium/src/profiledata.cc state->profile_name[0] = '\0'; profile_name 83 third_party/tcmalloc/chromium/src/profiledata.h char profile_name[1024]; // Name of file being written, or '\0' profile_name 240 third_party/tcmalloc/chromium/src/profiler.cc int buf_size = sizeof(state->profile_name); profile_name 241 third_party/tcmalloc/chromium/src/profiler.cc strncpy(state->profile_name, collector_state.profile_name, buf_size); profile_name 242 third_party/tcmalloc/chromium/src/profiler.cc state->profile_name[buf_size-1] = '\0'; profile_name 334 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_STREQ(before.profile_name, after.profile_name); profile_name 383 third_party/tcmalloc/chromium/src/tests/profiledata_unittest.cc EXPECT_STREQ("", state_before.profile_name); profile_name 159 third_party/tcmalloc/vendor/src/gperftools/profiler.h char profile_name[1024]; /* Name of profile file being written, or '\0' */ profile_name 226 third_party/tcmalloc/vendor/src/profiledata.cc int buf_size = sizeof(state->profile_name); profile_name 227 third_party/tcmalloc/vendor/src/profiledata.cc strncpy(state->profile_name, fname_, buf_size); profile_name 228 third_party/tcmalloc/vendor/src/profiledata.cc state->profile_name[buf_size-1] = '\0'; profile_name 233 third_party/tcmalloc/vendor/src/profiledata.cc state->profile_name[0] = '\0'; profile_name 83 third_party/tcmalloc/vendor/src/profiledata.h char profile_name[1024]; // Name of file being written, or '\0' profile_name 238 third_party/tcmalloc/vendor/src/profiler.cc int buf_size = sizeof(state->profile_name); profile_name 239 third_party/tcmalloc/vendor/src/profiler.cc strncpy(state->profile_name, collector_state.profile_name, buf_size); profile_name 240 third_party/tcmalloc/vendor/src/profiler.cc state->profile_name[buf_size-1] = '\0'; profile_name 334 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_STREQ(before.profile_name, after.profile_name); profile_name 383 third_party/tcmalloc/vendor/src/tests/profiledata_unittest.cc EXPECT_STREQ("", state_before.profile_name);