Home
last modified time | relevance | path

Searched refs:AddApplicationClass (Results 1 – 5 of 5) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/web_applications/components/
H A Dweb_app_handler_registration_utils_win.cc117 ShellUtil::AddApplicationClass(prog_id, app_launch_cmd, user_visible_app_name, in UpdateAppRegistration()
H A Dweb_app_handler_registration_utils_win_unittest.cc72 ASSERT_TRUE(ShellUtil::AddApplicationClass( in RegisterApp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util.h683 static bool AddApplicationClass(
H A Dshell_util_unittest.cc976 TEST_F(ShellUtilRegistryTest, AddApplicationClass) { in TEST_F() argument
978 EXPECT_TRUE(ShellUtil::AddApplicationClass( in TEST_F()
1013 ASSERT_TRUE(ShellUtil::AddApplicationClass( in TEST_F()
H A Dshell_util.cc2535 bool ShellUtil::AddApplicationClass( in AddApplicationClass() function in ShellUtil