HomeSort by relevance Sort by last modified time
    Searched refs:AllowInstall (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/extensions/
crx_installer.h 148 bool AllowInstall(const Extension* extension, std::string* error);
crx_installer.cc 208 bool CrxInstaller::AllowInstall(const Extension* extension,
310 if (!AllowInstall(extension, &error)) {
  /external/chromium_org/chrome/browser/extensions/
crx_installer.h 218 CrxInstallerError AllowInstall(const Extension* extension);
crx_installer.cc 227 CrxInstallerError CrxInstaller::AllowInstall(const Extension* extension) {
398 CrxInstallerError error = AllowInstall(extension);

Completed in 80 milliseconds