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;
301 virtual int GetBackgroundAppCount() const;
background_mode_manager.cc 102 int BackgroundModeManager::BackgroundModeData::GetBackgroundAppCount() const {
654 int BackgroundModeManager::GetBackgroundAppCount() const {
661 count += it->second->GetBackgroundAppCount();
670 return bmd->GetBackgroundAppCount();
675 (GetBackgroundAppCount() > 0 || keep_alive_for_test_);
772 if (bmd->GetBackgroundAppCount() > 0) {
background_mode_manager_unittest.cc 106 virtual int GetBackgroundAppCount() const OVERRIDE { return app_count_; }
    [all...]

Completed in 404 milliseconds