Home
last modified time | relevance | path

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

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