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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 38 string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
46 string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
61 string16 new_profile_name = GetCache()->GetNameOfProfileAtIndex(
71 string16 profile_name = GetCache()->GetNameOfProfileAtIndex(
135 EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
154 EXPECT_EQ(profile_name, GetCache()->GetNameOfProfileAtIndex(i));
177 EXPECT_EQ(name_2, GetCache()->GetNameOfProfileAtIndex(0));
193 EXPECT_EQ(new_name, GetCache()->GetNameOfProfileAtIndex(1));
194 EXPECT_NE(new_name, GetCache()->GetNameOfProfileAtIndex(0));
217 EXPECT_EQ(name_a, GetCache()->GetNameOfProfileAtIndex(0))
    [all...]
profile_info_interface.h 25 virtual string16 GetNameOfProfileAtIndex(size_t index) const = 0;
gaia_info_update_service_unittest.cc 93 EXPECT_EQ(name, GetCache()->GetNameOfProfileAtIndex(index));
104 string16 old_name = GetCache()->GetNameOfProfileAtIndex(index);
116 EXPECT_EQ(old_name, GetCache()->GetNameOfProfileAtIndex(index));
126 string16 old_name = GetCache()->GetNameOfProfileAtIndex(index);
148 EXPECT_EQ(old_name, GetCache()->GetNameOfProfileAtIndex(index));
profile_info_cache.cc 248 string16 name = GetNameOfProfileAtIndex(profile_index);
286 string16 ProfileInfoCache::GetNameOfProfileAtIndex(size_t index) const {
459 string16 old_display_name = GetNameOfProfileAtIndex(index);
463 string16 new_display_name = GetNameOfProfileAtIndex(index);
533 string16 old_display_name = GetNameOfProfileAtIndex(index);
538 string16 new_display_name = GetNameOfProfileAtIndex(index);
554 string16 old_display_name = GetNameOfProfileAtIndex(index);
559 string16 new_display_name = GetNameOfProfileAtIndex(index);
665 if (GetNameOfProfileAtIndex(i) == name) {
817 string16 name_l = base::i18n::ToLower(GetNameOfProfileAtIndex(i))
    [all...]
profile_info_cache.h 56 virtual string16 GetNameOfProfileAtIndex(size_t index) const OVERRIDE;
avatar_menu_model.cc 311 item->name = profile_info_->GetNameOfProfileAtIndex(i);
profile_shortcut_manager_unittest_win.cc 70 string16 profile_name = profile_info_cache_->GetNameOfProfileAtIndex(0);
238 ASSERT_NE(profile_info_cache_->GetNameOfProfileAtIndex(profile_index),
    [all...]
profile_manager.cc     [all...]
profile_manager_unittest.cc 402 UTF16ToUTF8(cache.GetNameOfProfileAtIndex(profile_index)));
profile_shortcut_manager_win.cc 791 params.profile_name = cache->GetNameOfProfileAtIndex(profile_index);
    [all...]
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 58 return cache.GetNameOfProfileAtIndex(index);
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_non_client_frame_view.cc 94 text = cache.GetNameOfProfileAtIndex(index);
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 248 name = profile_cache_->GetNameOfProfileAtIndex(index);
410 string16 profile_name = cache.GetNameOfProfileAtIndex(
431 string16 profile_name = cache.GetNameOfProfileAtIndex(
448 string16 new_profile_name = cache.GetNameOfProfileAtIndex(
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 168 return cache.GetNameOfProfileAtIndex(profile_index);
  /external/chromium_org/chrome/browser/ui/webui/signin/
user_manager_screen_handler.cc 227 info_cache.GetNameOfProfileAtIndex(i) == displayName) {
334 kKeyDisplayName, info_cache.GetNameOfProfileAtIndex(i));
  /external/chromium_org/chrome/browser/notifications/
message_center_settings_controller.cc 378 profile_info_cache_->GetNameOfProfileAtIndex(i),
  /external/chromium_org/chrome/browser/ui/webui/options/
manage_profile_handler.cc 308 profile_name_dict.SetBoolean(UTF16ToUTF8(cache.GetNameOfProfileAtIndex(i)),
browser_options_handler.cc     [all...]
  /external/chromium_org/chrome/browser/automation/
testing_automation_provider.cc     [all...]

Completed in 260 milliseconds