Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_time.h70 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time);
Dcef_types_wrappers.h812 cef_time_to_doublet(this, &time); in GetDoubleT()
/third_party/cef/libcef/common/
Dtime_impl.cc77 CEF_EXPORT int cef_time_to_doublet(const cef_time_t* cef_time, double* time) { in cef_time_to_doublet() function
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc715 cef_time_to_doublet_ptr cef_time_to_doublet; member
921 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() function
2038 return g_libcef_pointers.cef_time_to_doublet(cef_time, time); in cef_time_to_doublet()