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 136 int GetBackgroundAppCount() const;
290 virtual int GetBackgroundAppCount() const;
background_mode_manager.cc 100 int BackgroundModeManager::BackgroundModeData::GetBackgroundAppCount() const {
624 int BackgroundModeManager::GetBackgroundAppCount() const {
631 count += it->second->GetBackgroundAppCount();
640 return bmd->GetBackgroundAppCount();
645 (GetBackgroundAppCount() > 0 || keep_alive_for_test_);
758 if (bmd->GetBackgroundAppCount() > 0) {
background_mode_manager_unittest.cc 94 virtual int GetBackgroundAppCount() const OVERRIDE { return app_count_; }

Completed in 39 milliseconds