Home | History | Annotate | Download | only in component_updater

Lines Matching defs:Package

733       // Assume one and only one package per component.
744 typedef UpdateResponse::Result::Manifest::Package Package;
745 const Package& package(it->manifest.packages[0]);
746 crx->next_fp = package.fingerprint;
748 // Resolve the urls by combining the base urls with the package names.
750 const GURL url(it->crx_urls[i].Resolve(package.name));
755 const GURL url(it->crx_diffurls[i].Resolve(package.namediff));
794 // Called when the CRX package has been downloaded to a temporary location.