Searched refs:cef_time_to_doublet (Results 1 – 4 of 4) sorted by relevance
70 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time);
812 cef_time_to_doublet(this, &time); in GetDoubleT()
77 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time) { in cef_time_to_doublet() function
715 cef_time_to_doublet_ptr cef_time_to_doublet; member921 INIT_ENTRY(cef_time_to_doublet); in libcef_init_pointers()2037 int cef_time_to_doublet(const cef_time_t* cef_time, double* time) { in cef_time_to_doublet() function2038 return g_libcef_pointers.cef_time_to_doublet(cef_time, time); in cef_time_to_doublet()