Home
last modified time | relevance | path

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

/external/chromium/chrome/browser/extensions/
Dextension_updater_unittest.cc719 updater.FetchUpdatedExtension(id, test_url, hash, version->GetString()); in TestSingleExtensionDownloading()
789 updater.FetchUpdatedExtension(id, test_url, hash, version); in TestBlacklistDownloading()
840 updater.FetchUpdatedExtension(id1, url1, hash1, version1); in TestMultipleExtensionDownloading()
841 updater.FetchUpdatedExtension(id2, url2, hash2, version2); in TestMultipleExtensionDownloading()
Dextension_updater.h285 void FetchUpdatedExtension(const std::string& id, const GURL& url,
Dextension_updater.cc757 FetchUpdatedExtension(update->extension_id, update->crx_url, in HandleManifestResults()
848 FetchUpdatedExtension(next.id, next.url, next.package_hash, next.version); in OnCRXFetchComplete()
1114 void ExtensionUpdater::FetchUpdatedExtension(const std::string& id, in FetchUpdatedExtension() function in ExtensionUpdater