Searched defs:BackgroundModeManager (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/browser/
H A Dbackground_mode_manager.h26 // BackgroundModeManager is responsible for switching Chrome into and out of
40 class BackgroundModeManager class in inherits:NotificationObserver,ui::SimpleMenuModel::Delegate,BackgroundApplicationListModel::Observer,ProfileKeyedService
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);
H A Dbackground_mode_manager.cc31 void BackgroundModeManager::OnApplicationDataChanged(
36 void BackgroundModeManager::OnApplicationListChanged() {
40 BackgroundModeManager::BackgroundModeManager(Profile* profile, function in class:BackgroundModeManager
93 BackgroundModeManager::~BackgroundModeManager() {
103 void BackgroundModeManager::Observe(NotificationType type,
140 // TODO(atwilson): Change BackgroundModeManager to use
165 void BackgroundModeManager::EndKeepAliveForStartup() {
176 void BackgroundModeManager
[all...]

Completed in 812 milliseconds