Home
last modified time | relevance | path

Searched refs:GetCurrentSpeed (Results 1 – 7 of 7) sorted by relevance

/third_party/cef/include/
Dcef_download_item.h78 virtual int64 GetCurrentSpeed() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h41 int64 GetCurrentSpeed() override;
Ddownload_item_ctocpp.cc84 NO_SANITIZE("cfi-icall") int64 CefDownloadItemCToCpp::GetCurrentSpeed() { in GetCurrentSpeed() function in CefDownloadItemCToCpp
/third_party/cef/libcef/browser/
Ddownload_item_impl.h30 int64 GetCurrentSpeed() override;
Ddownload_item_impl.cc42 int64 CefDownloadItemImpl::GetCurrentSpeed() { in GetCurrentSpeed() function in CefDownloadItemImpl
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc98 int64 _retval = CefDownloadItemCppToC::Get(self)->GetCurrentSpeed(); in download_item_get_current_speed()
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc380 EXPECT_LE(0LL, download_item->GetCurrentSpeed()); in OnDownloadUpdated()