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

/external/chromium/chrome/browser/extensions/
H A Dcrx_installer.cc146 void CrxInstaller::InstallCrx(const FilePath& source_file) { function in class:CrxInstaller
H A Dextension_service_unittest.cc566 InstallCrx(crx_path, should_succeed);
576 // method directly. Instead, use InstallCrx(), which waits for
584 installer->InstallCrx(crx_path);
587 void InstallCrx(const FilePath& path, function in class:ExtensionServiceTest
603 installer->InstallCrx(crx_path);
608 // Wait for a CrxInstaller to finish. Used by InstallCrx.
1094 InstallCrx(path, false);
1101 InstallCrx(path, true);
1111 InstallCrx(path, true);
1118 InstallCrx(pat
[all...]
/external/chromium_org/chrome/browser/extensions/
H A Dcrx_installer.cc152 void CrxInstaller::InstallCrx(const base::FilePath& source_file) { function in class:extensions::CrxInstaller

Completed in 111 milliseconds