Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_time.h61 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time);
Dcef_types_wrappers.h802 cef_time_to_timet(this, &time); in GetTimeT()
/third_party/cef/libcef/common/
Dtime_impl.cc58 CEF_EXPORT int cef_time_to_timet(const cef_time_t* cef_time, time_t* time) { in cef_time_to_timet() function
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc713 cef_time_to_timet_ptr cef_time_to_timet; member
919 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() function
2028 return g_libcef_pointers.cef_time_to_timet(cef_time, time); in cef_time_to_timet()