Home
last modified time | relevance | path

Searched refs:GetTotalBytes (Results 1 – 8 of 8) sorted by relevance

/third_party/cef/libcef/browser/
Ddownload_item_impl.cc52 int64 CefDownloadItemImpl::GetTotalBytes() { in GetTotalBytes() function in CefDownloadItemImpl
54 return const_value().GetTotalBytes(); in GetTotalBytes()
Ddownload_item_impl.h32 int64 GetTotalBytes() override;
/third_party/cef/include/
Dcef_download_item.h91 virtual int64 GetTotalBytes() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h43 int64 GetTotalBytes() override;
Ddownload_item_ctocpp.cc116 NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetTotalBytes() { in GetTotalBytes() function in CefDownloadItemCToCpp
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc342 download_item->GetTotalBytes()); in OnBeforeDownload()
405 download_item->GetTotalBytes()); in OnDownloadUpdated()
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc132 int64 _retval = CefDownloadItemCppToC::Get(self)->GetTotalBytes(); in download_item_get_total_bytes()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch61362 + download_item->GetTotalBytes());