Home
last modified time | relevance | path

Searched defs:GetTotalBytes (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/libcef/browser/
Ddownload_item_impl.cc52 int64 CefDownloadItemImpl::GetTotalBytes() { in GetTotalBytes() function in CefDownloadItemImpl
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.cc116 NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetTotalBytes() { in GetTotalBytes() function in CefDownloadItemCToCpp
/third_party/lzma/CPP/7zip/UI/Common/
DDirItem.h32 UInt64 GetTotalBytes() const { return FilesSize + AltStreamsSize; } in GetTotalBytes() function