Searched refs:ValidateCrx (Results 1 – 4 of 4) sorted by relevance
30 IN_PROC_BROWSER_TEST_F(StartupHelperBrowserTest, ValidateCrx) { in IN_PROC_BROWSER_TEST_F() argument52 bool result = helper.ValidateCrx(command_line, &error); in IN_PROC_BROWSER_TEST_F()
39 bool ValidateCrx(const base::CommandLine& cmd_line, std::string* error);
169 bool StartupHelper::ValidateCrx(const CommandLine& cmd_line, in ValidateCrx() function in extensions::StartupHelper
523 if (helper.ValidateCrx(command_line, &error)) in ProcessCmdLineImpl()