Home
last modified time | relevance | path

Searched refs:ShouldForceUpdate (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader_delegate.cc35 bool ExtensionDownloaderDelegate::ShouldForceUpdate( in ShouldForceUpdate() function in extensions::ExtensionDownloaderDelegate
Dextension_downloader_delegate.h119 virtual bool ShouldForceUpdate(const std::string& id,
Dextension_updater.h211 virtual bool ShouldForceUpdate(const std::string& extension_id,
Dextension_updater.cc642 bool ExtensionUpdater::ShouldForceUpdate( in ShouldForceUpdate() function in extensions::ExtensionUpdater
Dextension_downloader.cc214 bool force_update = delegate_->ShouldForceUpdate(extension.id(), in AddExtension()