OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ValidateCrx
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/chrome/browser/extensions/
startup_helper.h
39
bool
ValidateCrx
(const base::CommandLine& cmd_line, std::string* error);
startup_helper_browsertest.cc
30
IN_PROC_BROWSER_TEST_F(StartupHelperBrowserTest,
ValidateCrx
) {
52
bool result = helper.
ValidateCrx
(command_line, &error);
startup_helper.cc
208
bool StartupHelper::
ValidateCrx
(const CommandLine& cmd_line,
/external/chromium_org/chrome/browser/ui/startup/
startup_browser_creator.cc
522
if (helper.
ValidateCrx
(command_line, &error))
523
message = std::string("
ValidateCrx
Success");
525
message = std::string("
ValidateCrx
Failure: ") + error;
Completed in 219 milliseconds