Searched refs:ShouldForceUpdate (Results 1 – 5 of 5) sorted by relevance
35 bool ExtensionDownloaderDelegate::ShouldForceUpdate( in ShouldForceUpdate() function in extensions::ExtensionDownloaderDelegate
119 virtual bool ShouldForceUpdate(const std::string& id,
211 virtual bool ShouldForceUpdate(const std::string& extension_id,
642 bool ExtensionUpdater::ShouldForceUpdate( in ShouldForceUpdate() function in extensions::ExtensionUpdater
214 bool force_update = delegate_->ShouldForceUpdate(extension.id(), in AddExtension()