Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_updater_unittest.cc708 CreateManifestFetchData(GURL("http://localhost/foo"))); in TestUpdateUrlDataEmpty()
726 CreateManifestFetchData(GURL("http://localhost/foo"))); in TestUpdateUrlDataSimple()
743 CreateManifestFetchData(GURL("http://localhost/foo"))); in TestUpdateUrlDataCompound()
788 CreateManifestFetchData(GURL("http://localhost/foo"))); in TestInstallSource()
805 CreateManifestFetchData(GURL("http://localhost/foo"))); in TestDetermineUpdates()
850 CreateManifestFetchData(GURL("http://localhost/foo"))); in TestDetermineUpdatesPending()
893 scoped_ptr<ManifestFetchData> fetch1(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()
894 scoped_ptr<ManifestFetchData> fetch2(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()
895 scoped_ptr<ManifestFetchData> fetch3(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()
896 scoped_ptr<ManifestFetchData> fetch4(CreateManifestFetchData(kUpdateUrl)); in TestMultipleManifestDownloading()
[all …]
Dextension_downloader.h265 ManifestFetchData* CreateManifestFetchData(const GURL& update_url,
Dextension_downloader.cc277 scoped_ptr<ManifestFetchData> blacklist_fetch(CreateManifestFetchData( in StartBlacklistUpdate()
396 CreateManifestFetchData(update_urls[i], request_id)); in AddExtensionData()
950 ManifestFetchData* ExtensionDownloader::CreateManifestFetchData( in CreateManifestFetchData() function in extensions::ExtensionDownloader