Home | History | Annotate | Download | only in ui

Lines Matching refs:launched

370     // chosen to restore last session and launched incognito, fallback to
379 LM_AS_WEBAPP, // Launched as a installed web application.
380 LM_WITH_URLS, // Launched with urls in the cmd line.
381 LM_SHORTCUT_NONE, // Not launched from a shortcut.
382 LM_SHORTCUT_NONAME, // Launched from shortcut but no name available.
383 LM_SHORTCUT_UNKNOWN, // Launched from user-defined shortcut.
384 LM_SHORTCUT_QUICKLAUNCH, // Launched from the quick launch bar.
385 LM_SHORTCUT_DESKTOP, // Launched from a desktop shortcut.
386 LM_SHORTCUT_STARTMENU, // Launched from start menu.
546 bool launched = lwp.Launch(profile, urls_to_launch, process_startup);
549 if (!launched) {
1388 // The browser will be launched after the user logs in.