Home
last modified time | relevance | path

Searched refs:SetBackgroundStatusOfProfileAtIndex (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/profiles/
Dprofile_info_cache_unittest.cc141 GetCache()->SetBackgroundStatusOfProfileAtIndex(i, true); in TEST_F()
273 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, true); in TEST_F()
278 GetCache()->SetBackgroundStatusOfProfileAtIndex(0, true); in TEST_F()
283 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, false); in TEST_F()
Dprofile_info_cache.h110 void SetBackgroundStatusOfProfileAtIndex(size_t index,
Dprofile_manager_unittest.cc476 cache.SetBackgroundStatusOfProfileAtIndex(0, true); in TEST_F()
477 cache.SetBackgroundStatusOfProfileAtIndex(2, true); in TEST_F()
498 cache.SetBackgroundStatusOfProfileAtIndex(0, false); in TEST_F()
499 cache.SetBackgroundStatusOfProfileAtIndex(1, true); in TEST_F()
Dprofile_info_cache.cc569 void ProfileInfoCache::SetBackgroundStatusOfProfileAtIndex( in SetBackgroundStatusOfProfileAtIndex() function in ProfileInfoCache
/external/chromium_org/chrome/browser/background/
Dbackground_mode_manager.cc390 profile_cache_->SetBackgroundStatusOfProfileAtIndex( in OnApplicationListChanged()