Searched defs:ValidateCrxHelper (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
H A Dstartup_helper.cc121 class ValidateCrxHelper : public SandboxedUnpackerClient { class in namespace:extensions::__anon4017
123 ValidateCrxHelper(const base::FilePath& crx_file, function in class:extensions::__anon4017::ValidateCrxHelper
136 base::Bind(&ValidateCrxHelper::StartOnFileThread,
141 virtual ~ValidateCrxHelper() {}
152 base::Bind(&ValidateCrxHelper::FinishOnUIThread,
162 base::Bind(&ValidateCrxHelper::FinishOnUIThread,
225 scoped_refptr<ValidateCrxHelper> helper(
226 new ValidateCrxHelper(path, temp_dir.path(), &run_loop));

Completed in 78 milliseconds