Searched refs:GetTotalBytes (Results 1 – 8 of 8) sorted by relevance
52 int64 CefDownloadItemImpl::GetTotalBytes() { in GetTotalBytes() function in CefDownloadItemImpl54 return const_value().GetTotalBytes(); in GetTotalBytes()
32 int64 GetTotalBytes() override;
91 virtual int64 GetTotalBytes() = 0;
43 int64 GetTotalBytes() override;
116 NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetTotalBytes() { in GetTotalBytes() function in CefDownloadItemCToCpp
342 download_item->GetTotalBytes()); in OnBeforeDownload()405 download_item->GetTotalBytes()); in OnDownloadUpdated()
132 int64 _retval = CefDownloadItemCppToC::Get(self)->GetTotalBytes(); in download_item_get_total_bytes()
61362 + download_item->GetTotalBytes());