Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Ddownload_item_impl.cc69 CefTime CefDownloadItemImpl::GetEndTime() { in GetEndTime() function in CefDownloadItemImpl
72 cef_time_from_basetime(const_value().GetEndTime(), time); in GetEndTime()
Ddownload_item_impl.h35 CefTime GetEndTime() override;
/third_party/cef/include/
Dcef_download_item.h109 virtual CefTime GetEndTime() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h46 CefTime GetEndTime() override;
Ddownload_item_ctocpp.cc164 NO_SANITIZE("cfi-icall") CefTime CefDownloadItemCToCpp::GetEndTime() { in GetEndTime() function in CefDownloadItemCToCpp
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc183 cef_time_t _retval = CefDownloadItemCppToC::Get(self)->GetEndTime(); in download_item_get_end_time()
/third_party/chromium/patch/
D0003-3.2-Beta3-1115.patch37295 download->GetEndTime(), show_download_in_folder);