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

  /external/chromium_org/chrome/browser/background/
background_mode_manager.cc 160 : profile_cache_(profile_cache),
175 profile_cache_->AddObserver(this);
245 size_t index = profile_cache_->GetIndexOfProfileWithPath(profile->GetPath());
248 name = profile_cache_->GetNameOfProfileAtIndex(index);
376 size_t profile_index = profile_cache_->GetIndexOfProfileWithPath(
379 profile_cache_->SetBackgroundStatusOfProfileAtIndex(
708 if (profile_cache_->GetNumberOfProfiles() > 1) {
739 DCHECK(profile_cache_->GetNumberOfProfiles() == size_t(1) ||
background_mode_manager.h 280 ProfileInfoCache* profile_cache_; member in class:BackgroundModeManager

Completed in 374 milliseconds