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

  /external/chromium_org/chrome/browser/component_updater/pnacl/
pnacl_component_installer.h 44 virtual void OnUpdateError(int error) OVERRIDE;
pnacl_component_installer.cc 213 void PnaclComponentInstaller::OnUpdateError(int error) {
  /external/chromium_org/chrome/browser/component_updater/test/
test_installer.h 26 virtual void OnUpdateError(int error) OVERRIDE;
test_installer.cc 18 void TestInstaller::OnUpdateError(int error) {
  /external/chromium_org/chrome/browser/net/
crl_set_fetcher.h 34 virtual void OnUpdateError(int error) OVERRIDE;
crl_set_fetcher.cc 169 void CRLSetFetcher::OnUpdateError(int error) {
  /external/chromium_org/chrome/browser/component_updater/
default_component_installer.h 86 virtual void OnUpdateError(int error) OVERRIDE;
recovery_component_installer.cc 59 virtual void OnUpdateError(int error) OVERRIDE;
101 void RecoveryComponentInstaller::OnUpdateError(int error) {
component_updater_service.h 36 // OnUpdateError() and Install(). A valid instance of this class must be
43 virtual void OnUpdateError(int error) = 0;
swiftshader_component_installer.cc 106 virtual void OnUpdateError(int error) OVERRIDE;
124 void SwiftShaderComponentInstaller::OnUpdateError(int error) {
pepper_flash_component_installer.cc 339 virtual void OnUpdateError(int error) OVERRIDE;
357 void PepperFlashComponentInstaller::OnUpdateError(int error) {
default_component_installer.cc 49 void DefaultComponentInstaller::OnUpdateError(int error) {

Completed in 328 milliseconds