Searched refs:cef_time_from_doublet (Results 1 – 4 of 4) sorted by relevance
71 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time);
809 void SetDoubleT(double r) { cef_time_from_doublet(r, this); } in SetDoubleT()
87 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time) { in cef_time_from_doublet() function
716 cef_time_from_doublet_ptr cef_time_from_doublet; member922 INIT_ENTRY(cef_time_from_doublet); in libcef_init_pointers()2042 int cef_time_from_doublet(double time, cef_time_t* cef_time) { in cef_time_from_doublet() function2043 return g_libcef_pointers.cef_time_from_doublet(time, cef_time); in cef_time_from_doublet()