Searched defs:CRXContext (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc122 struct CRXContext { struct in class:component_updater::CrxUpdateService
127 CRXContext() : installer(NULL) {} function in struct:component_updater::CrxUpdateService::CRXContext
161 void DownloadComplete(scoped_ptr<CRXContext> crx_context,
183 void Install(scoped_ptr<CRXContext> context, const base::FilePath& crx_path);
628 scoped_ptr<CRXContext> crx_context(new CRXContext);
791 scoped_ptr<CRXContext> crx_context,
854 void CrxUpdateService::Install(scoped_ptr<CRXContext> context,

Completed in 716 milliseconds