Home
last modified time | relevance | path

Searched refs:LaunchApp (Results 1 – 25 of 311) sorted by relevance

12345678910>>...13

/dports/www/chromium-legacy/chromium-88.0.4324.182/extensions/browser/guest_view/web_view/
H A Dweb_view_media_access_apitest.cc100 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
114 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
128 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
142 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
156 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
170 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
179 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
188 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
197 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
207 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
H A Dweb_view_apitest.cc156 void WebViewAPITest::LaunchApp(const std::string& app_location) { in LaunchApp() function in extensions::WebViewAPITest
164 extension_system_->LaunchApp(extension->id()); in LaunchApp()
183 LaunchApp(app_location); in RunTest()
321 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
335 LaunchApp("web_view/display_none_set_src"); in IN_PROC_BROWSER_TEST_F()
352 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
374 LaunchApp("web_view/close_on_loadcommit"); in IN_PROC_BROWSER_TEST_F()
385 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
465 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
722 LaunchApp("web_view/apitest"); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/extensions/browser/guest_view/web_view/
H A Dweb_view_media_access_apitest.cc100 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
114 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
128 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
142 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
156 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
170 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
179 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
188 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
197 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
207 LaunchApp(app_location); in IN_PROC_BROWSER_TEST_F()
H A Dweb_view_apitest.cc156 void WebViewAPITest::LaunchApp(const std::string& app_location) { in LaunchApp() function in extensions::WebViewAPITest
164 extension_system_->LaunchApp(extension->id()); in LaunchApp()
183 LaunchApp(app_location); in RunTest()
321 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
335 LaunchApp("web_view/display_none_set_src"); in IN_PROC_BROWSER_TEST_F()
352 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
374 LaunchApp("web_view/close_on_loadcommit"); in IN_PROC_BROWSER_TEST_F()
385 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
465 LaunchApp("web_view/visibility_changed"); in IN_PROC_BROWSER_TEST_F()
722 LaunchApp("web_view/apitest"); in IN_PROC_BROWSER_TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/login/app_mode/
H A Dweb_kiosk_browsertest.cc101 bool LaunchApp() { in LaunchApp() function in chromeos::WebKioskTest
102 return ash::LoginScreenTestApi::LaunchApp( in LaunchApp()
175 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
184 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
195 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
208 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
218 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
238 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
254 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
280 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
H A Dkiosk_launch_controller_browsertest.cc124 EXPECT_CALL(*launcher(), LaunchApp()).Times(1); in IN_PROC_BROWSER_TEST_P()
142 EXPECT_CALL(*launcher(), LaunchApp()).Times(1); in IN_PROC_BROWSER_TEST_P()
169 EXPECT_CALL(*launcher(), LaunchApp()).Times(1); in IN_PROC_BROWSER_TEST_P()
212 EXPECT_CALL(*launcher(), LaunchApp()).Times(1); in IN_PROC_BROWSER_TEST_P()
249 EXPECT_CALL(*launcher(), LaunchApp()).Times(1); in IN_PROC_BROWSER_TEST_P()
H A Dkiosk_launch_controller.cc108 void LaunchApp() override { service_->LaunchApp(); } in LaunchApp() function in chromeos::__anon86bfe8020111::ArcKioskAppServiceWrapper
284 LaunchApp(); in OnTimerFire()
321 LaunchApp(); in OnAppPrepared()
416 LaunchApp(); in HandleWebAppInstallFailed()
588 void KioskLaunchController::LaunchApp() { in LaunchApp() function in chromeos::KioskLaunchController
598 app_launcher_->LaunchApp(); in LaunchApp()
/dports/www/firefox-legacy/firefox-52.8.0esr/ipc/chromium/src/base/
H A Dprocess_util_bsd.cc36 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
39 return LaunchApp(argv, fds_to_remap, environment_map(), in LaunchApp()
43 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
48 return LaunchApp(argv, fds_to_remap, env_vars_to_set, in LaunchApp()
53 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
156 bool LaunchApp(const CommandLine& cl, in LaunchApp() function
160 return LaunchApp(cl.argv(), no_files, wait, process_handle); in LaunchApp()
H A Dprocess_util_linux.cc140 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
143 return LaunchApp(argv, fds_to_remap, environment_map(), in LaunchApp()
147 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
152 return LaunchApp(argv, fds_to_remap, env_vars_to_set, in LaunchApp()
157 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
218 bool LaunchApp(const CommandLine& cl, in LaunchApp() function
222 return LaunchApp(cl.argv(), no_files, wait, process_handle); in LaunchApp()
H A Dprocess_util.h168 bool LaunchApp(const std::wstring& cmdline,
182 bool LaunchApp(const std::vector<std::string>& argv,
187 bool LaunchApp(const std::vector<std::string>& argv,
193 bool LaunchApp(const std::vector<std::string>& argv,
206 bool LaunchApp(const CommandLine& cl,
H A Dprocess_util_mac.mm37 bool LaunchApp(const std::vector<std::string>& argv,
40 return LaunchApp(argv, fds_to_remap, environment_map(),
44 bool LaunchApp(const std::vector<std::string>& argv,
49 return LaunchApp(argv, fds_to_remap, env_vars_to_set,
54 bool LaunchApp(const std::vector<std::string>& argv,
191 bool LaunchApp(const CommandLine& cl,
195 return LaunchApp(cl.argv(), no_files, wait, process_handle);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/ash/launcher/
H A Dapp_shortcut_launcher_item_controller_browsertest.cc46 Browser* LaunchApp() { in LaunchApp() function in AppShortcutLauncherItemControllerBrowserTest
78 Browser* app_browser0 = LaunchApp(); in IN_PROC_BROWSER_TEST_F()
82 Browser* app_browser1 = LaunchApp(); in IN_PROC_BROWSER_TEST_F()
83 LaunchApp(); in IN_PROC_BROWSER_TEST_F()
122 Browser* app_browser0 = LaunchApp(); in IN_PROC_BROWSER_TEST_F()
126 Browser* app_browser1 = LaunchApp(); in IN_PROC_BROWSER_TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/media/router/providers/dial/
H A Ddial_activity_manager_unittest.cc61 LaunchApp(activity.route.media_route_id(), launch_parameter); in TestLaunchApp()
68 LaunchApp(activity.route.media_route_id(), base::nullopt); in TestLaunchApp()
69 LaunchApp(activity.route.media_route_id(), "bar"); in TestLaunchApp()
89 LaunchApp(activity.route.media_route_id(), base::nullopt); in TestLaunchApp()
92 void LaunchApp(const MediaRoute::Id& route_id, in LaunchApp() function in media_router::DialActivityManagerTest
95 manager_.LaunchApp( in LaunchApp()
160 TEST_F(DialActivityManagerTest, LaunchApp) { in TEST_F() argument
190 LaunchApp(activity->route.media_route_id(), base::nullopt); in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/chromeos/web_applications/
H A Dmedia_app_integration_browsertest.cc170 app = LaunchApp(std::move(params)); in IN_PROC_BROWSER_TEST_P()
190 LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
225 web_ui = LaunchApp(std::move(params)); in IN_PROC_BROWSER_TEST_P()
318 content::WebContents* web_ui = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
340 content::WebContents* web_ui = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
357 content::WebContents* app = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
374 content::WebContents* web_ui = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
391 content::WebContents* app = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
407 content::WebContents* web_ui = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
425 content::WebContents* app = LaunchApp(web_app::SystemAppType::MEDIA); in IN_PROC_BROWSER_TEST_P()
H A Dhelp_app_integration_browsertest.cc108 LaunchApp(web_app::SystemAppType::HELP, &browser); in IN_PROC_BROWSER_TEST_P()
145 content::WebContents* web_contents = LaunchApp(web_app::SystemAppType::HELP); in IN_PROC_BROWSER_TEST_P()
274 LaunchApp(web_app::SystemAppType::HELP, &browser); in IN_PROC_BROWSER_TEST_P()
296 content::WebContents* web_contents = LaunchApp(std::move(params)); in IN_PROC_BROWSER_TEST_P()
307 content::WebContents* web_contents = LaunchApp(web_app::SystemAppType::HELP); in IN_PROC_BROWSER_TEST_P()
329 content::WebContents* web_contents = LaunchApp(web_app::SystemAppType::HELP); in IN_PROC_BROWSER_TEST_P()
362 content::WebContents* web_contents = LaunchApp(web_app::SystemAppType::HELP); in IN_PROC_BROWSER_TEST_P()
/dports/lang/spidermonkey60/firefox-60.9.0/ipc/chromium/src/base/
H A Dprocess_util_bsd.cc27 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
87 bool LaunchApp(const CommandLine& cl, const LaunchOptions& options, in LaunchApp() function
89 return LaunchApp(cl.argv(), options, process_handle); in LaunchApp()
H A Dprocess_util_linux.cc27 bool LaunchApp(const std::vector<std::string>& argv, in LaunchApp() function
73 bool LaunchApp(const CommandLine& cl, const LaunchOptions& options, in LaunchApp() function
75 return LaunchApp(cl.argv(), options, process_handle); in LaunchApp()
H A Dprocess_util.h149 bool LaunchApp(const std::wstring& cmdline, const LaunchOptions& options,
160 bool LaunchApp(const std::vector<std::string>& argv,
177 bool LaunchApp(const CommandLine& cl, const LaunchOptions&,
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/apps/app_shim/
H A Dapp_shim_manager_mac_unittest.cc57 MOCK_METHOD3(LaunchApp,
408 EXPECT_CALL(*delegate_, LaunchApp(_, _, _)).WillRepeatedly(Return()); in SetUp()
594 EXPECT_CALL(*delegate_, LaunchApp(&profile_b_, kTestAppIdB, some_file)); in TEST_F()
636 EXPECT_CALL(*delegate_, LaunchApp(&profile_a_, kTestAppIdA, _)).Times(0); in TEST_F()
645 EXPECT_CALL(*delegate_, LaunchApp(&profile_a_, kTestAppIdA, _)).Times(0); in TEST_F()
662 EXPECT_CALL(*delegate_, LaunchApp(&profile_a_, kTestAppIdA, some_file)); in TEST_F()
715 EXPECT_CALL(*delegate_, LaunchApp(&profile_a_, kTestAppIdA, some_file)); in TEST_F()
913 EXPECT_CALL(*delegate_, LaunchApp(_, _, _)).Times(0); in TEST_F()
928 EXPECT_CALL(*delegate_, LaunchApp(_, _, _)).Times(1); in TEST_F()
1089 EXPECT_CALL(*delegate_, LaunchApp(&profile_b_, kTestAppIdA, _)); in TEST_F()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/
H A Dsystem_web_app_manager_browsertest.cc125 content::WebContents* SystemWebAppManagerBrowserTestBase::LaunchApp( in LaunchApp() function in web_app::SystemWebAppManagerBrowserTestBase
146 content::WebContents* SystemWebAppManagerBrowserTestBase::LaunchApp( in LaunchApp() function in web_app::SystemWebAppManagerBrowserTestBase
152 content::WebContents* SystemWebAppManagerBrowserTestBase::LaunchApp( in LaunchApp() function in web_app::SystemWebAppManagerBrowserTestBase
155 return LaunchApp(LaunchParamsForApp(type), browser); in LaunchApp()
384 content::WebContents* LaunchApp( in LaunchApp() function in web_app::SystemWebAppManagerFileHandlingBrowserTestBase
471 content::WebContents* web_contents = LaunchApp({temp_file_path}); in IN_PROC_BROWSER_TEST_P()
654 content::WebContents* web_contents = LaunchApp({temp_file_path}); in IN_PROC_BROWSER_TEST_P()
817 content::WebContents* web_contents = LaunchApp({launch_file}); in IN_PROC_BROWSER_TEST_P()
861 LaunchApp({GetFileSystemProviderFilePath("readonly.png")}); in IN_PROC_BROWSER_TEST_P()
885 LaunchApp({GetFileSystemProviderFilePath("readonly.png")}); in IN_PROC_BROWSER_TEST_P()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/views/frame/
H A Dsystem_web_app_non_client_frame_view_browsertest.cc23 LaunchApp(web_app::SystemAppType::SETTINGS, &app_browser); in IN_PROC_BROWSER_TEST_P()
36 LaunchApp(web_app::SystemAppType::SETTINGS, &app_browser); in IN_PROC_BROWSER_TEST_P()
/dports/lang/spidermonkey78/firefox-78.9.0/ipc/chromium/src/base/
H A Dprocess_util.h149 bool LaunchApp(const std::wstring& cmdline, const LaunchOptions& options,
160 bool LaunchApp(const std::vector<std::string>& argv,
226 bool LaunchApp(const CommandLine& cl, const LaunchOptions&,
/dports/www/firefox-esr/firefox-91.8.0/ipc/chromium/src/base/
H A Dprocess_util.h168 bool LaunchApp(const std::wstring& cmdline, const LaunchOptions& options,
179 bool LaunchApp(const std::vector<std::string>& argv,
245 bool LaunchApp(const CommandLine& cl, const LaunchOptions&,
/dports/www/firefox/firefox-99.0/ipc/chromium/src/base/
H A Dprocess_util.h168 bool LaunchApp(const std::wstring& cmdline, const LaunchOptions& options,
179 bool LaunchApp(const std::vector<std::string>& argv,
245 bool LaunchApp(const CommandLine& cl, const LaunchOptions&,
/dports/mail/thunderbird/thunderbird-91.8.0/ipc/chromium/src/base/
H A Dprocess_util.h168 bool LaunchApp(const std::wstring& cmdline, const LaunchOptions& options,
179 bool LaunchApp(const std::vector<std::string>& argv,
245 bool LaunchApp(const CommandLine& cl, const LaunchOptions&,

12345678910>>...13