Searched refs:GetBackgroundStatusOfProfileAtIndex (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
H A Dprofile_info_interface.h48 virtual bool GetBackgroundStatusOfProfileAtIndex(
H A Dprofile_info_cache_unittest.cc170 EXPECT_EQ(true, GetCache()->GetBackgroundStatusOfProfileAtIndex(i));
270 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
271 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
275 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
276 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
280 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
281 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
285 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
286 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
H A Dprofile_info_cache.h74 virtual bool GetBackgroundStatusOfProfileAtIndex(
H A Dprofile_info_cache.cc346 bool ProfileInfoCache::GetBackgroundStatusOfProfileAtIndex( function in class:ProfileInfoCache
572 if (GetBackgroundStatusOfProfileAtIndex(index) == running_background_apps)
H A Dprofile_manager.cc735 if (cache.GetBackgroundStatusOfProfileAtIndex(p)) {
/external/chromium_org/chrome/browser/background/
H A Dbackground_mode_manager_unittest.cc444 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(0));
445 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(1));
459 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(0));
460 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(1));
466 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p1_index));
472 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p2_index));

Completed in 63 milliseconds