GetBackgroundStatusOfProfileAtIndex  311 chrome/browser/background/background_mode_manager_unittest.cc   EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(0));
GetBackgroundStatusOfProfileAtIndex  312 chrome/browser/background/background_mode_manager_unittest.cc   EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(1));
GetBackgroundStatusOfProfileAtIndex  326 chrome/browser/background/background_mode_manager_unittest.cc   EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(0));
GetBackgroundStatusOfProfileAtIndex  327 chrome/browser/background/background_mode_manager_unittest.cc   EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(1));
GetBackgroundStatusOfProfileAtIndex  333 chrome/browser/background/background_mode_manager_unittest.cc   EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p1_index));
GetBackgroundStatusOfProfileAtIndex  339 chrome/browser/background/background_mode_manager_unittest.cc   EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p2_index));
GetBackgroundStatusOfProfileAtIndex  691 chrome/browser/profiles/profile_info_cache.cc   if (GetBackgroundStatusOfProfileAtIndex(index) == running_background_apps)
GetBackgroundStatusOfProfileAtIndex   74 chrome/browser/profiles/profile_info_cache.h   virtual bool GetBackgroundStatusOfProfileAtIndex(
GetBackgroundStatusOfProfileAtIndex  165 chrome/browser/profiles/profile_info_cache_unittest.cc     EXPECT_EQ(true, GetCache()->GetBackgroundStatusOfProfileAtIndex(i));
GetBackgroundStatusOfProfileAtIndex  265 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetBackgroundStatusOfProfileAtIndex  266 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetBackgroundStatusOfProfileAtIndex  270 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetBackgroundStatusOfProfileAtIndex  271 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetBackgroundStatusOfProfileAtIndex  275 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetBackgroundStatusOfProfileAtIndex  276 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetBackgroundStatusOfProfileAtIndex  280 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
GetBackgroundStatusOfProfileAtIndex  281 chrome/browser/profiles/profile_info_cache_unittest.cc   EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
GetBackgroundStatusOfProfileAtIndex   48 chrome/browser/profiles/profile_info_interface.h   virtual bool GetBackgroundStatusOfProfileAtIndex(
GetBackgroundStatusOfProfileAtIndex  716 chrome/browser/profiles/profile_manager.cc     if (cache.GetBackgroundStatusOfProfileAtIndex(p)) {