Home | History | Annotate | Download | only in browser

Lines Matching full:when

27 // "background mode" and for providing UI for the user to exit Chrome when there
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
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.
91 // Invoked when an extension is installed so we can ensure that
92 // launch-on-startup is enabled if appropriate. |extension| can be NULL when
96 // Invoked when an extension is uninstalled so we can ensure that
104 // Invoked when a background app is installed so we can display a
117 // chrome running while waiting for apps to load. This is called when we no
126 // Create a status tray icon to allow the user to shutdown Chrome when running
141 // Chrome when running in background mode.
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
173 // Set when we are keeping chrome running during the startup process - this
174 // is required when running with the --no-startup-window flag, as otherwise