Searched refs:cef_time_to_timet (Results 1 – 4 of 4) sorted by relevance
61 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time);
802 cef_time_to_timet(this, &time); in GetTimeT()
58 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time) { in cef_time_to_timet() function
713 cef_time_to_timet_ptr cef_time_to_timet; member919 INIT_ENTRY(cef_time_to_timet); in libcef_init_pointers()2027 int cef_time_to_timet(const cef_time_t* cef_time, time_t* time) { in cef_time_to_timet() function2028 return g_libcef_pointers.cef_time_to_timet(cef_time, time); in cef_time_to_timet()