Home
last modified time | relevance | path

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

/third_party/cef/libcef/browser/
Ddownload_item_impl.cc62 CefTime CefDownloadItemImpl::GetStartTime() { in GetStartTime() function in CefDownloadItemImpl
65 cef_time_from_basetime(const_value().GetStartTime(), time); in GetStartTime()
Ddownload_item_impl.h34 CefTime GetStartTime() override;
/third_party/cef/include/
Dcef_download_item.h103 virtual CefTime GetStartTime() = 0;
/third_party/cef/libcef_dll/ctocpp/
Ddownload_item_ctocpp.h45 CefTime GetStartTime() override;
Ddownload_item_ctocpp.cc148 NO_SANITIZE("cfi-icall") CefTime CefDownloadItemCToCpp::GetStartTime() { in GetStartTime() function in CefDownloadItemCToCpp
/third_party/cef/libcef/browser/alloy/
Dchrome_profile_alloy.h45 base::Time GetStartTime() const override;
Dchrome_profile_alloy.cc126 base::Time ChromeProfileAlloy::GetStartTime() const { in GetStartTime() function in ChromeProfileAlloy
/third_party/cef/libcef_dll/cpptoc/
Ddownload_item_cpptoc.cc166 cef_time_t _retval = CefDownloadItemCppToC::Get(self)->GetStartTime(); in download_item_get_start_time()