Searched refs:CefDownloadItemImpl (Results 1 – 3 of 3) sorted by relevance
12 CefDownloadItemImpl::CefDownloadItemImpl(download::DownloadItem* value) in CefDownloadItemImpl() function in CefDownloadItemImpl23 bool CefDownloadItemImpl::IsValid() { in IsValid()27 bool CefDownloadItemImpl::IsInProgress() { in IsInProgress()32 bool CefDownloadItemImpl::IsComplete() { in IsComplete()37 bool CefDownloadItemImpl::IsCanceled() { in IsCanceled()42 int64 CefDownloadItemImpl::GetCurrentSpeed() { in GetCurrentSpeed()47 int CefDownloadItemImpl::GetPercentComplete() { in GetPercentComplete()52 int64 CefDownloadItemImpl::GetTotalBytes() { in GetTotalBytes()57 int64 CefDownloadItemImpl::GetReceivedBytes() { in GetReceivedBytes()62 CefTime CefDownloadItemImpl::GetStartTime() { in GetStartTime()[all …]
17 class CefDownloadItemImpl20 explicit CefDownloadItemImpl(download::DownloadItem* value);22 CefDownloadItemImpl(const CefDownloadItemImpl&) = delete;23 CefDownloadItemImpl& operator=(const CefDownloadItemImpl&) = delete;
293 CefRefPtr<CefDownloadItemImpl> download_item( in OnDownloadUpdated()294 new CefDownloadItemImpl(download)); in OnDownloadUpdated()386 CefRefPtr<CefDownloadItemImpl> download_item(new CefDownloadItemImpl(item)); in DetermineDownloadTarget()