Home
last modified time | relevance | path

Searched refs:NotifyDelegateDownloadFinished (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/chrome/browser/extensions/updater/
Dextension_downloader.cc726 NotifyDelegateDownloadFinished(fetch_data.Pass(), crx_path, false); in FetchUpdatedExtension()
733 void ExtensionDownloader::NotifyDelegateDownloadFinished( in NotifyDelegateDownloadFinished() function in extensions::ExtensionDownloader
811 base::Bind(&ExtensionDownloader::NotifyDelegateDownloadFinished, in OnCRXFetchComplete()
815 NotifyDelegateDownloadFinished(fetch_data.Pass(), crx_path, true); in OnCRXFetchComplete()
Dextension_downloader.h247 void NotifyDelegateDownloadFinished(scoped_ptr<ExtensionFetch> fetch_data,