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.h 89 void SetBackgroundStatusOfProfileAtIndex(size_t index,
profile_info_cache_unittest.cc 130 GetCache()->SetBackgroundStatusOfProfileAtIndex(i, true);
258 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, true);
263 GetCache()->SetBackgroundStatusOfProfileAtIndex(0, true);
268 GetCache()->SetBackgroundStatusOfProfileAtIndex(1, false);
profile_manager_unittest.cc 327 cache.SetBackgroundStatusOfProfileAtIndex(0, true);
328 cache.SetBackgroundStatusOfProfileAtIndex(2, true);
347 cache.SetBackgroundStatusOfProfileAtIndex(0, false);
348 cache.SetBackgroundStatusOfProfileAtIndex(1, true);
profile_info_cache.cc 517 void ProfileInfoCache::SetBackgroundStatusOfProfileAtIndex(
  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 379 profile_cache_->SetBackgroundStatusOfProfileAtIndex(

Completed in 668 milliseconds