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

/external/chromium_org/components/component_updater/test/
H A Dcrx_downloader_unittest.cc53 void DownloadComplete(int crx_context, const CrxDownloader::Result& result);
55 void DownloadProgress(int crx_context, const CrxDownloader::Result& result);
133 void CrxDownloaderTest::DownloadComplete(int crx_context, argument
136 crx_context_ = crx_context;
141 void CrxDownloaderTest::DownloadProgress(int crx_context, argument
/external/chromium_org/components/component_updater/
H A Dcomponent_updater_service.cc161 void DownloadComplete(scoped_ptr<CRXContext> crx_context,
628 scoped_ptr<CRXContext> crx_context(new CRXContext);
629 crx_context->pk_hash = workitem->component.pk_hash;
630 crx_context->id = workitem->id;
631 crx_context->installer = workitem->component.installer;
632 crx_context->fingerprint = workitem->next_fp;
659 crx_context->id));
663 base::Passed(&crx_context)));
791 scoped_ptr<CRXContext> crx_context,
795 CrxUpdateItem* crx = FindUpdateItemById(crx_context
790 DownloadComplete( scoped_ptr<CRXContext> crx_context, const CrxDownloader::Result& download_result) argument
[all...]

Completed in 395 milliseconds