Home
last modified time | relevance | path

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

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.h220 void FetchUpdatedExtension(scoped_ptr<ExtensionFetch> fetch_data);
Dextension_downloader.cc596 FetchUpdatedExtension(fetch.Pass()); in HandleManifestResults()
695 void ExtensionDownloader::FetchUpdatedExtension( in FetchUpdatedExtension() function in extensions::ExtensionDownloader
Dextension_updater_unittest.cc1126 updater.downloader_->FetchUpdatedExtension(fetch.Pass()); in TestSingleExtensionDownloading()
1237 updater.downloader_->FetchUpdatedExtension(fetch.Pass()); in TestProtectedDownload()
1430 updater.downloader_->FetchUpdatedExtension(fetch1.Pass()); in TestMultipleExtensionDownloading()
1431 updater.downloader_->FetchUpdatedExtension(fetch2.Pass()); in TestMultipleExtensionDownloading()