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

  /external/chromium/chrome/browser/
background_mode_manager_chromeos.cc 10 void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
14 void BackgroundModeManager::DisplayAppInstalledNotification(
20 string16 BackgroundModeManager::GetPreferencesMenuLabel() {
background_mode_manager_factory.cc 13 BackgroundModeManager* BackgroundModeManagerFactory::GetForProfile(
15 return static_cast<BackgroundModeManager*>(
33 return new BackgroundModeManager(profile, CommandLine::ForCurrentProcess());
background_mode_manager_factory.h 12 class BackgroundModeManager;
17 // the associated BackgroundModeManager.
20 static BackgroundModeManager* GetForProfile(Profile* profile);
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...]
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_linux.cc 38 void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
81 void BackgroundModeManager::DisplayAppInstalledNotification(
87 string16 BackgroundModeManager::GetPreferencesMenuLabel() {
background_mode_manager_win.cc 77 void BackgroundModeManager::EnableLaunchOnStartup(bool should_launch) {
90 void BackgroundModeManager::DisplayAppInstalledNotification(
103 string16 BackgroundModeManager::GetPreferencesMenuLabel() {
background_mode_manager_unittest.cc 28 class TestBackgroundModeManager : public BackgroundModeManager {
31 : BackgroundModeManager(profile, cl) {
background_page_tracker.cc 145 return BackgroundModeManager::IsBackgroundModeEnabled(command_line);
  /external/chromium/chrome/browser/prefs/
browser_prefs.cc 105 BackgroundModeManager::RegisterPrefs(local_state);

Completed in 295 milliseconds