Home | History | Annotate | Download | only in ui

Lines Matching refs:launch

95   BrowserInit::LaunchWithProfile launch(FilePath(), dummy);
98 launch.OpenURLsInBrowser(popup, false, urls);
106 // Load an app with launch.container = 'tab'.
115 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
116 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
119 // The launch should have created a new browser.
143 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
144 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
147 // window. The launch should have created a new browser. Find the new
163 // Load an app with launch.container = 'tab'.
173 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
174 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
195 // Load an app with launch.container = 'panel'.
202 BrowserInit::LaunchWithProfile launch(FilePath(), command_line);
203 ASSERT_TRUE(launch.Launch(browser()->profile(), std::vector<GURL>(), false));
205 // The launch should have created a new browser, with a panel type.