Searched refs:FetchUpdatedExtension (Results 1 – 3 of 3) sorted by relevance
/external/chromium/chrome/browser/extensions/ |
D | extension_updater_unittest.cc | 719 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()
|
D | extension_updater.h | 285 void FetchUpdatedExtension(const std::string& id, const GURL& url,
|
D | extension_updater.cc | 757 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
|