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 212 void PnaclComponentInstaller::OnUpdateError(int error) {
  /external/chromium_org/components/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 36 virtual void OnUpdateError(int error) OVERRIDE;
crl_set_fetcher.cc 165 void CRLSetFetcher::OnUpdateError(int error) {
  /external/chromium_org/components/component_updater/
default_component_installer.h 92 virtual void OnUpdateError(int error) OVERRIDE;
component_updater_service.h 41 // OnUpdateError() and Install(). A valid instance of this class must be
48 virtual void OnUpdateError(int error) = 0;
default_component_installer.cc 59 void DefaultComponentInstaller::OnUpdateError(int error) {
  /external/chromium_org/chrome/browser/component_updater/
recovery_component_installer.cc 59 virtual void OnUpdateError(int error) OVERRIDE;
101 void RecoveryComponentInstaller::OnUpdateError(int error) {
swiftshader_component_installer.cc 104 virtual void OnUpdateError(int error) OVERRIDE;
122 void SwiftShaderComponentInstaller::OnUpdateError(int error) {
pepper_flash_component_installer.cc 339 virtual void OnUpdateError(int error) OVERRIDE;
357 void PepperFlashComponentInstaller::OnUpdateError(int error) {

Completed in 91 milliseconds