Searched refs:GetStartTime (Results 1 – 8 of 8) sorted by relevance
62 CefTime CefDownloadItemImpl::GetStartTime() { in GetStartTime() function in CefDownloadItemImpl65 cef_time_from_basetime(const_value().GetStartTime(), time); in GetStartTime()
34 CefTime GetStartTime() override;
103 virtual CefTime GetStartTime() = 0;
45 CefTime GetStartTime() override;
148 NO_SANITIZE("cfi-icall") CefTime CefDownloadItemCToCpp::GetStartTime() { in GetStartTime() function in CefDownloadItemCToCpp
45 base::Time GetStartTime() const override;
126 base::Time ChromeProfileAlloy::GetStartTime() const { in GetStartTime() function in ChromeProfileAlloy
166 cef_time_t _retval = CefDownloadItemCppToC::Get(self)->GetStartTime(); in download_item_get_start_time()