HomeSort by relevance Sort by last modified time
    Searched refs:GetBackgroundStatusOfProfileAtIndex (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/chrome/browser/profiles/
profile_info_interface.h 38 virtual bool GetBackgroundStatusOfProfileAtIndex(
profile_info_cache_unittest.cc 156 EXPECT_EQ(true, GetCache()->GetBackgroundStatusOfProfileAtIndex(i));
255 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
256 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
260 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
261 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
265 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
266 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
270 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
271 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
profile_info_cache.h 66 virtual bool GetBackgroundStatusOfProfileAtIndex(
profile_info_cache.cc 326 bool ProfileInfoCache::GetBackgroundStatusOfProfileAtIndex(
520 if (GetBackgroundStatusOfProfileAtIndex(index) == running_background_apps)
profile_manager.cc     [all...]
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 222 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(0));
223 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(1));
237 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(0));
238 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(1));
244 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p1_index));
250 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p2_index));

Completed in 60 milliseconds