HomeSort by relevance Sort by last modified time
    Searched defs:InstallCrx (Results 1 - 3 of 3) sorted by null

  /external/chromium/chrome/browser/extensions/
crx_installer.cc 146 void CrxInstaller::InstallCrx(const FilePath& source_file) {
extension_service_unittest.cc 566 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,
603 installer->InstallCrx(crx_path);
608 // Wait for a CrxInstaller to finish. Used by InstallCrx.
    [all...]
  /external/chromium_org/chrome/browser/extensions/
crx_installer.cc 152 void CrxInstaller::InstallCrx(const base::FilePath& source_file) {

Completed in 108 milliseconds