Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/component_updater/
Dcomponent_updater_service.cc168 struct CRXContext { struct in component_updater::CrxUpdateService
173 CRXContext() : installer(NULL) {} in CRXContext() argument
199 void DownloadComplete(scoped_ptr<CRXContext> crx_context,
221 void Install(scoped_ptr<CRXContext> context, const base::FilePath& crx_path);
640 scoped_ptr<CRXContext> crx_context(new CRXContext); in UpdateComponent()
798 scoped_ptr<CRXContext> crx_context, in DownloadComplete()
861 void CrxUpdateService::Install(scoped_ptr<CRXContext> context, in Install()