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

  /external/chromium_org/chrome/browser/background/
background_mode_manager.h 131 int GetBackgroundAppCount() const;
285 virtual int GetBackgroundAppCount() const;
background_mode_manager.cc 100 int BackgroundModeManager::BackgroundModeData::GetBackgroundAppCount() const {
616 int BackgroundModeManager::GetBackgroundAppCount() const {
623 count += it->second->GetBackgroundAppCount();
632 return bmd->GetBackgroundAppCount();
637 (GetBackgroundAppCount() > 0 || keep_alive_for_test_);
750 if (bmd->GetBackgroundAppCount() > 0) {
background_mode_manager_unittest.cc 94 virtual int GetBackgroundAppCount() const OVERRIDE { return app_count_; }

Completed in 25 milliseconds