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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 47 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
55 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
70 base::string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex(
80 base::string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
143 EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
165 EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
189 EXPECT_EQ(name_2, GetCache()->GetNameOfProfileAtIndex(0));
205 EXPECT_EQ(new_name, GetCache()->GetNameOfProfileAtIndex(1));
206 EXPECT_NE(new_name, GetCache()->GetNameOfProfileAtIndex(0));
229 EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(0))
    [all...]
profile_info_interface.h 31 virtual base::string16 GetNameOfProfileAtIndex(size_t index) const = 0;
profile_list_desktop.cc 51 item->name = profile_info_->GetNameOfProfileAtIndex(i);
gaia_info_update_service_unittest.cc 117 EXPECT_EQ(name, GetCache()->GetNameOfProfileAtIndex(index));
126 base::string16 old_name = GetCache()->GetNameOfProfileAtIndex(index);
135 EXPECT_EQ(old_name, GetCache()->GetNameOfProfileAtIndex(index));
profile_info_cache.cc 257 base::string16 name = GetNameOfProfileAtIndex(profile_index);
295 base::string16 ProfileInfoCache::GetNameOfProfileAtIndex(size_t index) const {
475 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
481 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
591 base::string16 old_display_name = GetNameOfProfileAtIndex(index);
597 base::string16 new_display_name = GetNameOfProfileAtIndex(index);
741 if (GetNameOfProfileAtIndex(i) == name) {
884 base::string16 name_l = base::i18n::ToLower(GetNameOfProfileAtIndex(i));
    [all...]
profiles_state.cc 71 base::string16 profile_name = cache.GetNameOfProfileAtIndex(index);
profile_info_cache.h 60 virtual base::string16 GetNameOfProfileAtIndex(size_t index) const OVERRIDE;
profile_manager_unittest.cc 539 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
    [all...]
profile_shortcut_manager_unittest_win.cc 71 profile_info_cache_->GetNameOfProfileAtIndex(0);
241 ASSERT_NE(profile_info_cache_->GetNameOfProfileAtIndex(profile_index),
    [all...]
profile_shortcut_manager_win.cc 715 shortcut_profile_name = cache.GetNameOfProfileAtIndex(profile_index);
    [all...]
profile_manager.cc 755 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_cache_index));
    [all...]
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 98 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/
task_manager_util.cc 57 return cache.GetNameOfProfileAtIndex(index);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 115 text = cache.GetNameOfProfileAtIndex(index);
browser_window_property_manager_browsertest_win.cc 224 cache.GetNameOfProfileAtIndex(profile2_index)));
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 273 name = profile_cache_->GetNameOfProfileAtIndex(index);
435 base::string16 profile_name = cache.GetNameOfProfileAtIndex(
456 base::string16 profile_name = cache.GetNameOfProfileAtIndex(
480 base::string16 new_profile_name = cache.GetNameOfProfileAtIndex(
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 312 base::UTF16ToUTF8(cache.GetNameOfProfileAtIndex(i)), true);
430 base::string16 gaia_name = cache.GetNameOfProfileAtIndex(profile_index);
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 127 (name.empty() || info_cache.GetNameOfProfileAtIndex(i) == name)) {
603 kKeyDisplayName, info_cache.GetNameOfProfileAtIndex(i));
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 95 user.name = profile_info.GetNameOfProfileAtIndex(i);
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 509 profile_info_cache_->GetNameOfProfileAtIndex(i),

Completed in 647 milliseconds