Home
last modified time | relevance | path

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

/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc32 bool _retval = CefDownloadItemCppToC::Get(self)->IsValid(); in download_item_is_valid()
49 bool _retval = CefDownloadItemCppToC::Get(self)->IsInProgress(); in download_item_is_in_progress()
65 bool _retval = CefDownloadItemCppToC::Get(self)->IsComplete(); in download_item_is_complete()
81 bool _retval = CefDownloadItemCppToC::Get(self)->IsCanceled(); in download_item_is_canceled()
98 int64 _retval = CefDownloadItemCppToC::Get(self)->GetCurrentSpeed(); in download_item_get_current_speed()
115 int _retval = CefDownloadItemCppToC::Get(self)->GetPercentComplete(); in download_item_get_percent_complete()
132 int64 _retval = CefDownloadItemCppToC::Get(self)->GetTotalBytes(); in download_item_get_total_bytes()
149 int64 _retval = CefDownloadItemCppToC::Get(self)->GetReceivedBytes(); in download_item_get_received_bytes()
166 cef_time_t _retval = CefDownloadItemCppToC::Get(self)->GetStartTime(); in download_item_get_start_time()
183 cef_time_t _retval = CefDownloadItemCppToC::Get(self)->GetEndTime(); in download_item_get_end_time()
[all …]
Ddownload_item_cpptoc.h29 class CefDownloadItemCppToC : public CefCppToCRefCounted<CefDownloadItemCppToC,
33 CefDownloadItemCppToC();
34 virtual ~CefDownloadItemCppToC();
/third_party/cef/libcef_dll/ctocpp/
Ddownload_handler_ctocpp.cc57 CefDownloadItemCppToC::Wrap(download_item), in OnBeforeDownload()
90 CefDownloadItemCppToC::Wrap(download_item), in OnDownloadUpdated()