GetUserNameOfProfileAtIndex   62 chrome/browser/chromeos/profiles/profile_list_chromeos.cc     item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
GetUserNameOfProfileAtIndex  504 chrome/browser/notifications/message_center_settings_controller.cc             profile_info_cache_->GetUserNameOfProfileAtIndex(i),
GetUserNameOfProfileAtIndex  634 chrome/browser/profiles/profile_info_cache.cc   if (user_name == GetUserNameOfProfileAtIndex(index))
GetUserNameOfProfileAtIndex   65 chrome/browser/profiles/profile_info_cache.h   virtual base::string16 GetUserNameOfProfileAtIndex(
GetUserNameOfProfileAtIndex  208 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_EQ(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(1));
GetUserNameOfProfileAtIndex  209 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_NE(new_user_name, GetCache()->GetUserNameOfProfileAtIndex(0));
GetUserNameOfProfileAtIndex   38 chrome/browser/profiles/profile_info_interface.h   virtual base::string16 GetUserNameOfProfileAtIndex(size_t index) const = 0;
GetUserNameOfProfileAtIndex   60 chrome/browser/profiles/profile_list_desktop.cc     item->sync_state = profile_info_->GetUserNameOfProfileAtIndex(i);
GetUserNameOfProfileAtIndex   74 chrome/browser/profiles/profile_metrics.cc       if (!info_cache.GetUserNameOfProfileAtIndex(i).empty())
GetUserNameOfProfileAtIndex   76 chrome/browser/profiles/profiles_state.cc         cache.GetUserNameOfProfileAtIndex(index).empty()) {
GetUserNameOfProfileAtIndex   28 chrome/browser/signin/signin_names_io_thread.cc         base::string16 email = cache.GetUserNameOfProfileAtIndex(i);
GetUserNameOfProfileAtIndex   79 chrome/browser/ui/app_list/app_list_view_delegate.cc     user.email = profile_info.GetUserNameOfProfileAtIndex(i);
GetUserNameOfProfileAtIndex  854 chrome/browser/ui/sync/one_click_signin_helper.cc                 base::UTF16ToUTF8(cache.GetUserNameOfProfileAtIndex(i));
GetUserNameOfProfileAtIndex  121 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc     if (info_cache.GetUserNameOfProfileAtIndex(i) == email &&
GetUserNameOfProfileAtIndex  500 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc         kKeyUsername, info_cache.GetUserNameOfProfileAtIndex(i));
GetUserNameOfProfileAtIndex  502 chrome/browser/ui/webui/signin/user_manager_screen_handler.cc         kKeyEmailAddress, info_cache.GetUserNameOfProfileAtIndex(i));