Home
last modified time | relevance | path

Searched refs:CefDownloadManagerDelegate (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/libcef/browser/
Ddownload_manager_delegate.h21 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;
Ddownload_manager_delegate.cc264 CefDownloadManagerDelegate::CefDownloadManagerDelegate(DownloadManager* manager) in CefDownloadManagerDelegate() function in CefDownloadManagerDelegate
276 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 …]
/third_party/cef/libcef/browser/alloy/
Dalloy_browser_context.h18 class CefDownloadManagerDelegate; variable
130 std::unique_ptr<CefDownloadManagerDelegate> download_manager_delegate_;
Dalloy_browser_context.cc346 new CefDownloadManagerDelegate(GetDownloadManager())); in GetDownloadManagerDelegate()