Searched refs:cef_time_to_basetime (Results 1 – 3 of 3) sorted by relevance
26 void cef_time_to_basetime(const cef_time_t& cef_time, base::Time& time) { in cef_time_to_basetime() function63 cef_time_to_basetime(*cef_time, base_time); in cef_time_to_timet()82 cef_time_to_basetime(*cef_time, base_time); in cef_time_to_doublet()112 cef_time_to_basetime(*cef_time1, base_time1); in cef_time_delta()113 cef_time_to_basetime(*cef_time2, base_time2); in cef_time_delta()
13 void cef_time_to_basetime(const cef_time_t& cef_time, base::Time& time);
280 cef_time_to_basetime(cookie.expires, expiration_time); in SetCookieInternal()