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

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

Completed in 98 milliseconds