Home
last modified time | relevance | path

Searched refs:CrxInstallerError (Results 1 – 13 of 13) sorted by relevance

/external/chromium_org/chrome/browser/extensions/
Dcrx_installer.cc213 ReportFailureFromFileThread(CrxInstallerError(error)); in ConvertUserScriptOnFileThread()
249 CrxInstallerError CrxInstaller::AllowInstall(const Extension* extension) { in AllowInstall()
256 return CrxInstallerError( in AllowInstall()
265 return CrxInstallerError( in AllowInstall()
273 return CrxInstallerError( in AllowInstall()
316 return CrxInstallerError( in AllowInstall()
325 return CrxInstallerError(); in AllowInstall()
328 return CrxInstallerError( in AllowInstall()
361 return CrxInstallerError( in AllowInstall()
362 CrxInstallerError::ERROR_OFF_STORE, in AllowInstall()
[all …]
Dcrx_installer_error.h13 class CrxInstallerError {
22 CrxInstallerError() : type_(ERROR_NONE) { in CrxInstallerError() function
25 explicit CrxInstallerError(const base::string16& message) in CrxInstallerError() function
30 CrxInstallerError(Type type, const base::string16& message) in CrxInstallerError() function
Dextension_install_ui.h18 class CrxInstallerError; variable
36 virtual void OnInstallFailure(const extensions::CrxInstallerError& error) = 0;
Dcrx_installer.h34 class CrxInstallerError; variable
219 CrxInstallerError AllowInstall(const Extension* extension);
247 void ReportFailureFromFileThread(const CrxInstallerError& error);
248 void ReportFailureFromUIThread(const CrxInstallerError& error);
Dextension_install_prompt.h348 virtual void OnInstallFailure(const extensions::CrxInstallerError& error);
Dcrx_installer_browsertest.cc104 virtual void OnInstallFailure(const CrxInstallerError& error) OVERRIDE { in OnInstallFailure()
Dextension_browsertest.cc319 const extensions::CrxInstallerError& error) OVERRIDE {} in OnInstallFailure()
Dextension_install_prompt.cc699 const extensions::CrxInstallerError& error) { in OnInstallFailure()
/external/chromium_org/chrome/browser/ui/extensions/
Dextension_install_ui_default.cc87 const extensions::CrxInstallerError& error);
90 explicit ErrorInfoBarDelegate(const extensions::CrxInstallerError& error);
99 extensions::CrxInstallerError error_;
106 const extensions::CrxInstallerError& error) { in Create()
112 const extensions::CrxInstallerError& error) in ErrorInfoBarDelegate()
129 return (error_.type() == extensions::CrxInstallerError::ERROR_OFF_STORE) ? in GetLinkText()
274 const extensions::CrxInstallerError& error) { in OnInstallFailure()
Dextension_install_ui_default.h23 const extensions::CrxInstallerError& error) OVERRIDE;
/external/chromium_org/chrome/browser/ui/android/extensions/
Dextension_install_ui_android.h21 const extensions::CrxInstallerError& error) OVERRIDE;
Dextension_install_ui_android.cc16 const extensions::CrxInstallerError& error) { in OnInstallFailure()
/external/chromium_org/chrome/browser/download/
Ddownload_browsertest.cc317 const extensions::CrxInstallerError& error) OVERRIDE { in OnInstallFailure()
341 const extensions::CrxInstallerError& error) OVERRIDE { in OnInstallFailure()