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

  /external/chromium_org/chrome/browser/profiles/
profile_info_cache_unittest.cc 138 GetCache()->SetBackgroundStatusOfProfileAtIndex(i, true);
270 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, true);
275 GetCache()->SetBackgroundStatusOfProfileAtIndex(0, true);
280 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, false);
profile_info_cache.h 108 void SetBackgroundStatusOfProfileAtIndex(size_t index,
profile_manager_unittest.cc 462 cache.SetBackgroundStatusOfProfileAtIndex(0, true);
463 cache.SetBackgroundStatusOfProfileAtIndex(2, true);
484 cache.SetBackgroundStatusOfProfileAtIndex(0, false);
485 cache.SetBackgroundStatusOfProfileAtIndex(1, true);
    [all...]
profile_info_cache.cc 574 void ProfileInfoCache::SetBackgroundStatusOfProfileAtIndex(
    [all...]
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 404 profile_cache_->SetBackgroundStatusOfProfileAtIndex(

Completed in 416 milliseconds