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

  /external/chromium/chrome/browser/
background_mode_manager.h 94 void OnBackgroundAppInstalled(const Extension* extension);
background_mode_manager_unittest.cc 63 manager.OnBackgroundAppInstalled(NULL);
background_mode_manager.cc 128 OnBackgroundAppInstalled(extension);
218 void BackgroundModeManager::OnBackgroundAppInstalled(
  /external/chromium_org/chrome/browser/background/
background_mode_manager_unittest.cc 162 manager.OnBackgroundAppInstalled(NULL);
181 manager.OnBackgroundAppInstalled(NULL);
202 manager.OnBackgroundAppInstalled(NULL);
229 manager.OnBackgroundAppInstalled(NULL);
230 // OnBackgroundAppInstalled does not actually add an app to the
266 manager.OnBackgroundAppInstalled(NULL);
272 manager.OnBackgroundAppInstalled(NULL);
315 manager.OnBackgroundAppInstalled(NULL);
321 manager.OnBackgroundAppInstalled(NULL);
356 manager.OnBackgroundAppInstalled(NULL)
    [all...]
background_mode_manager.h 207 void OnBackgroundAppInstalled(
background_mode_manager.cc 341 OnBackgroundAppInstalled(extension);
353 OnBackgroundAppInstalled(info->extension);
640 void BackgroundModeManager::OnBackgroundAppInstalled(

Completed in 155 milliseconds