Home
last modified time | relevance | path

Searched refs:DeleteApplicationClass (Results 1 – 3 of 3) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Dshell_util.h691 static bool DeleteApplicationClass(const base::string16& prog_id);
H A Dshell_util_unittest.cc1012 TEST_F(ShellUtilRegistryTest, DeleteApplicationClass) { in TEST_F() argument
1022 EXPECT_TRUE(ShellUtil::DeleteApplicationClass(kTestProgid)); in TEST_F()
H A Dshell_util.cc2560 bool ShellUtil::DeleteApplicationClass(const base::string16& prog_id) { in DeleteApplicationClass() function in ShellUtil