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 48 virtual bool GetBackgroundStatusOfProfileAtIndex(
profile_info_cache_unittest.cc 167 EXPECT_EQ(true, GetCache()->GetBackgroundStatusOfProfileAtIndex(i));
267 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
268 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
272 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
273 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
277 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
278 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
282 EXPECT_TRUE(GetCache()->GetBackgroundStatusOfProfileAtIndex(0));
283 EXPECT_FALSE(GetCache()->GetBackgroundStatusOfProfileAtIndex(1));
profile_info_cache.h 74 virtual bool GetBackgroundStatusOfProfileAtIndex(
profile_info_cache.cc 363 bool ProfileInfoCache::GetBackgroundStatusOfProfileAtIndex(
577 if (GetBackgroundStatusOfProfileAtIndex(index) == running_background_apps)
    [all...]
profile_manager.cc 726 if (cache.GetBackgroundStatusOfProfileAtIndex(p)) {
    [all...]
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 311 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(0));
312 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(1));
326 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(0));
327 EXPECT_TRUE(cache->GetBackgroundStatusOfProfileAtIndex(1));
333 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p1_index));
339 EXPECT_FALSE(cache->GetBackgroundStatusOfProfileAtIndex(p2_index));

Completed in 62 milliseconds