Searched refs:GetNameOfProfileAtIndex (Results 1 - 20 of 20) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_cache_unittest.cc50 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
58 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
73 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex(
83 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
146 EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
168 EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
192 EXPECT_EQ(name_2, GetCache()->GetNameOfProfileAtIndex(0));
208 EXPECT_EQ(new_name, GetCache()->GetNameOfProfileAtIndex(1));
209 EXPECT_NE(new_name, GetCache()->GetNameOfProfileAtIndex(0));
232 EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(
[all...]
H A Dprofile_info_interface.h31 virtual base::string16 GetNameOfProfileAtIndex(size_t index) const = 0;
H A Dprofiles_state.cc73 const base::string16 profile_name = cache.GetNameOfProfileAtIndex(index);
107 if (new_profile_name == cache.GetNameOfProfileAtIndex(profile_index))
H A Dprofile_list_desktop.cc51 item->name = profile_info_->GetNameOfProfileAtIndex(i);
H A Dprofile_info_cache.cc240 base::string16 name = GetNameOfProfileAtIndex(profile_index);
278 base::string16 ProfileInfoCache::GetNameOfProfileAtIndex(size_t index) const { function in class:ProfileInfoCache
469 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
475 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
586 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
592 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
609 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
615 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
782 if (GetNameOfProfileAtIndex(i) == name) {
925 base::string16 name_l = base::i18n::ToLower(GetNameOfProfileAtIndex(
[all...]
H A Dgaia_info_update_service_unittest.cc177 base::string16 old_name = GetCache()->GetNameOfProfileAtIndex(index);
186 EXPECT_EQ(old_name, GetCache()->GetNameOfProfileAtIndex(index));
H A Dprofile_info_cache.h60 virtual base::string16 GetNameOfProfileAtIndex(size_t index) const OVERRIDE;
H A Dprofile_manager_unittest.cc553 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
1057 EXPECT_EQ(custom_profile_name, cache.GetNameOfProfileAtIndex(0));
1102 EXPECT_EQ(profile_name1, cache.GetNameOfProfileAtIndex(0));
1111 EXPECT_EQ(gaia_given_name, cache.GetNameOfProfileAtIndex(0));
H A Dprofile_shortcut_manager_unittest_win.cc71 profile_info_cache_->GetNameOfProfileAtIndex(0);
241 ASSERT_NE(profile_info_cache_->GetNameOfProfileAtIndex(profile_index),
H A Dprofile_shortcut_manager_win.cc720 shortcut_profile_name = cache.GetNameOfProfileAtIndex(profile_index);
814 params.profile_name = cache->GetNameOfProfileAtIndex(profile_index);
H A Dprofile_manager.cc764 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_cache_index));
/external/chromium_org/chrome/browser/supervised_user/
H A Dsupervised_user_service_browsertest.cc98 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
126 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
136 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
144 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
/external/chromium_org/chrome/browser/task_manager/
H A Dtask_manager_util.cc57 return cache.GetNameOfProfileAtIndex(index);
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_non_client_frame_view.cc113 text = cache.GetNameOfProfileAtIndex(index);
H A Dbrowser_window_property_manager_browsertest_win.cc225 cache.GetNameOfProfileAtIndex(profile2_index)));
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager.cc299 name = profile_cache_->GetNameOfProfileAtIndex(index);
430 base::string16 profile_name = cache.GetNameOfProfileAtIndex(
451 base::string16 profile_name = cache.GetNameOfProfileAtIndex(
475 base::string16 new_profile_name = cache.GetNameOfProfileAtIndex(
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dmanage_profile_handler.cc309 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(i)), true);
425 base::string16 gaia_name = cache.GetNameOfProfileAtIndex(profile_index);
H A Dbrowser_options_handler.cc1261 profile_value->SetString("name", cache.GetNameOfProfileAtIndex(i));
/external/chromium_org/chrome/browser/notifications/
H A Dmessage_center_settings_controller.cc481 profile_info_cache_->GetNameOfProfileAtIndex(i),
/external/chromium_org/chrome/browser/ui/app_list/
H A Dapp_list_view_delegate.cc103 user.name = profile_info.GetNameOfProfileAtIndex(i);

Completed in 573 milliseconds