Searched refs:CefDownloadManagerDelegate (Results 1 – 4 of 4) sorted by relevance
21 class CefDownloadManagerDelegate : public download::DownloadItem::Observer,26 explicit CefDownloadManagerDelegate(content::DownloadManager* manager);28 CefDownloadManagerDelegate(const CefDownloadManagerDelegate&) = delete;29 CefDownloadManagerDelegate& operator=(const CefDownloadManagerDelegate&) =32 ~CefDownloadManagerDelegate() override;
264 CefDownloadManagerDelegate::CefDownloadManagerDelegate(DownloadManager* manager) in CefDownloadManagerDelegate() function in CefDownloadManagerDelegate276 CefDownloadManagerDelegate::~CefDownloadManagerDelegate() { in ~CefDownloadManagerDelegate()286 void CefDownloadManagerDelegate::OnDownloadUpdated(DownloadItem* download) { in OnDownloadUpdated()304 void CefDownloadManagerDelegate::OnDownloadDestroyed(DownloadItem* item) { in OnDownloadDestroyed()333 void CefDownloadManagerDelegate::OnDownloadCreated(DownloadManager* manager, in OnDownloadCreated()353 void CefDownloadManagerDelegate::ManagerGoingDown(DownloadManager* manager) { in ManagerGoingDown()361 bool CefDownloadManagerDelegate::DetermineDownloadTarget( in DetermineDownloadTarget()401 void CefDownloadManagerDelegate::GetNextId( in GetNextId()407 std::string CefDownloadManagerDelegate::ApplicationClientIdForFileScanning() { in ApplicationClientIdForFileScanning()416 void CefDownloadManagerDelegate::OnBrowserDestroyed( in OnBrowserDestroyed()[all …]
18 class CefDownloadManagerDelegate; variable130 std::unique_ptr<CefDownloadManagerDelegate> download_manager_delegate_;
346 new CefDownloadManagerDelegate(GetDownloadManager())); in GetDownloadManagerDelegate()