Home
last modified time | relevance | path

Searched refs:cef_time_from_doublet (Results 1 – 4 of 4) sorted by relevance

/third_party/cef/include/internal/
Dcef_time.h71 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time);
Dcef_types_wrappers.h809 void SetDoubleT(double r) { cef_time_from_doublet(r, this); } in SetDoubleT()
/third_party/cef/libcef/common/
Dtime_impl.cc87 CEF_EXPORT int cef_time_from_doublet(double time, cef_time_t* cef_time) { in cef_time_from_doublet() function
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc716 cef_time_from_doublet_ptr cef_time_from_doublet; member
922 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() function
2043 return g_libcef_pointers.cef_time_from_doublet(time, cef_time); in cef_time_from_doublet()