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

  /external/chromium/chrome/browser/
background_mode_manager.h 26 // BackgroundModeManager is responsible for switching Chrome into and out of
40 class BackgroundModeManager
46 BackgroundModeManager(Profile* profile, CommandLine* command_line);
47 virtual ~BackgroundModeManager();
116 // If --no-startup-window is passed, BackgroundModeManager will manually keep
185 DISALLOW_COPY_AND_ASSIGN(BackgroundModeManager);
background_mode_manager.cc 31 void BackgroundModeManager::OnApplicationDataChanged(
36 void BackgroundModeManager::OnApplicationListChanged() {
40 BackgroundModeManager::BackgroundModeManager(Profile* profile,
93 BackgroundModeManager::~BackgroundModeManager() {
103 void BackgroundModeManager::Observe(NotificationType type,
140 // TODO(atwilson): Change BackgroundModeManager to use
165 void BackgroundModeManager::EndKeepAliveForStartup() {
176 void BackgroundModeManager::OnBackgroundAppLoaded()
    [all...]

Completed in 614 milliseconds