MenuIndexFromProfileIndex   26 chrome/browser/chromeos/profiles/profile_list_chromeos.h   virtual size_t MenuIndexFromProfileIndex(size_t index) OVERRIDE;
MenuIndexFromProfileIndex  183 chrome/browser/profiles/avatar_menu.cc   index = profile_list_->MenuIndexFromProfileIndex(index);
MenuIndexFromProfileIndex   29 chrome/browser/profiles/profile_list.h   virtual size_t MenuIndexFromProfileIndex(size_t index) = 0;
MenuIndexFromProfileIndex   30 chrome/browser/profiles/profile_list_desktop.h   virtual size_t MenuIndexFromProfileIndex(size_t index) OVERRIDE;
MenuIndexFromProfileIndex  143 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(0u, profile_list.MenuIndexFromProfileIndex(0));
MenuIndexFromProfileIndex  144 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(1u, profile_list.MenuIndexFromProfileIndex(1));
MenuIndexFromProfileIndex  145 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(2u, profile_list.MenuIndexFromProfileIndex(2));
MenuIndexFromProfileIndex  146 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(3u, profile_list.MenuIndexFromProfileIndex(3));
MenuIndexFromProfileIndex  185 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(0u, profile_list.MenuIndexFromProfileIndex(1));
MenuIndexFromProfileIndex  186 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(1u, profile_list.MenuIndexFromProfileIndex(3));
MenuIndexFromProfileIndex  187 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(2u, profile_list.MenuIndexFromProfileIndex(4));
MenuIndexFromProfileIndex  188 chrome/browser/profiles/profile_list_desktop_unittest.cc   EXPECT_EQ(3u, profile_list.MenuIndexFromProfileIndex(6));