Home
last modified time | relevance | path

Searched refs:OnUpdateError (Results 1 – 12 of 12) sorted by relevance

/external/chromium_org/chrome/browser/component_updater/
Drecovery_component_installer.cc54 virtual void OnUpdateError(int error) OVERRIDE;
97 void RecoveryComponentInstaller::OnUpdateError(int error) { in OnUpdateError() function in RecoveryComponentInstaller
Dswiftshader_component_installer.cc103 virtual void OnUpdateError(int error) OVERRIDE;
120 void SwiftShaderComponentInstaller::OnUpdateError(int error) { in OnUpdateError() function in SwiftShaderComponentInstaller
Ddefault_component_installer.h82 virtual void OnUpdateError(int error) OVERRIDE;
Dpepper_flash_component_installer.cc252 virtual void OnUpdateError(int error) OVERRIDE;
269 void PepperFlashComponentInstaller::OnUpdateError(int error) { in OnUpdateError() function in PepperFlashComponentInstaller
Dcomponent_updater_service.h42 virtual void OnUpdateError(int error) = 0;
Ddefault_component_installer.cc47 void DefaultComponentInstaller::OnUpdateError(int error) { in OnUpdateError() function in DefaultComponentInstaller
/external/chromium_org/chrome/browser/net/
Dcrl_set_fetcher.h33 virtual void OnUpdateError(int error) OVERRIDE;
Dcrl_set_fetcher.cc142 void CRLSetFetcher::OnUpdateError(int error) { in OnUpdateError() function in CRLSetFetcher
/external/chromium_org/chrome/browser/component_updater/pnacl/
Dpnacl_component_installer.h43 virtual void OnUpdateError(int error) OVERRIDE;
Dpnacl_component_installer.cc217 void PnaclComponentInstaller::OnUpdateError(int error) { in OnUpdateError() function in PnaclComponentInstaller
/external/chromium_org/chrome/browser/component_updater/test/
Dtest_installer.h22 virtual void OnUpdateError(int error) OVERRIDE;
Dtest_installer.cc15 void TestInstaller::OnUpdateError(int error) { in OnUpdateError() function in TestInstaller