Home | History | Annotate | Download | only in browser

Lines Matching full:background

27 // "background mode" and for providing UI for the user to exit Chrome when there
30 // Chrome enters background mode whenever there is an application with the
31 // "background" permission installed. This class monitors the set of
32 // installed/loaded extensions to ensure that Chrome enters/exits background
35 // When Chrome is in background mode, it will continue running even after the
37 // Additionally, when in background mode, Chrome will launch on OS login with
38 // no open windows to allow apps with the "background" permission to run in the
39 // background.
85 // Called when an extension is loaded to manage count of background apps.
88 // Called when an extension is unloaded to manage count of background apps.
104 // Invoked when a background app is installed so we can display a
108 // Invoked to put Chrome in KeepAlive mode - chrome runs in the background
113 // the background and removes its status bar icon.
127 // in background mode. Virtual to enable testing.
130 // Removes the status tray icon because we are exiting background mode.
141 // Chrome when running in background mode.
157 // The number of background apps currently loaded.
168 // Set to true when we are running in background mode. Allows us to track our
169 // current background state so we can take the appropriate action when the
170 // user disables/enables background mode via preferences.