Home
last modified time | relevance | path

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

/third_party/cef/include/
Dcef_download_item.h85 virtual int GetPercentComplete() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h42 int GetPercentComplete() override;
Ddownload_item_ctocpp.cc100 NO_SANITIZE("cfi-icall") int CefDownloadItemCToCpp::GetPercentComplete() { in GetPercentComplete() function in CefDownloadItemCToCpp
/third_party/cef/libcef/browser/
Ddownload_item_impl.h31 int GetPercentComplete() override;
Ddownload_item_impl.cc47 int CefDownloadItemImpl::GetPercentComplete() { in GetPercentComplete() function in CefDownloadItemImpl
/third_party/cef/tests/ceftests/
Ddownload_unittest.cc381 EXPECT_LE(0, download_item->GetPercentComplete()); in OnDownloadUpdated()
401 EXPECT_EQ(100, download_item->GetPercentComplete()); in OnDownloadUpdated()
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc115 int _retval = CefDownloadItemCppToC::Get(self)->GetPercentComplete(); in download_item_get_percent_complete()