Searched refs:cef_time_now (Results 1 – 4 of 4) sorted by relevance
76 CEF_EXPORT int cef_time_now(cef_time_t* cef_time);
817 void Now() { cef_time_now(this); } in Now()
96 CEF_EXPORT int cef_time_now(cef_time_t* cef_time) { in cef_time_now() function
717 cef_time_now_ptr cef_time_now; member923 INIT_ENTRY(cef_time_now); in libcef_init_pointers()2046 NO_SANITIZE("cfi-icall") int cef_time_now(cef_time_t* cef_time) { in cef_time_now() function2047 return g_libcef_pointers.cef_time_now(cef_time); in cef_time_now()