Searched refs:DeleteApplicationClass (Results 1 – 3 of 3) sorted by relevance
691 static bool DeleteApplicationClass(const base::string16& prog_id);
1012 TEST_F(ShellUtilRegistryTest, DeleteApplicationClass) { in TEST_F() argument1022 EXPECT_TRUE(ShellUtil::DeleteApplicationClass(kTestProgid)); in TEST_F()
2560 bool ShellUtil::DeleteApplicationClass(const base::string16& prog_id) { in DeleteApplicationClass() function in ShellUtil