Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_time.h81 CEF_EXPORT int cef_time_delta(const cef_time_t* cef_time1,
Dcef_types_wrappers.h822 cef_time_delta(this, &other, &delta); in Delta()
/third_party/cef/libcef/common/
Dtime_impl.cc105 CEF_EXPORT int cef_time_delta(const cef_time_t* cef_time1, in cef_time_delta() function
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc718 cef_time_delta_ptr cef_time_delta; member
924 INIT_ENTRY(cef_time_delta); in libcef_init_pointers()
2051 int cef_time_delta(const cef_time_t* cef_time1, in cef_time_delta() function
2054 return g_libcef_pointers.cef_time_delta(cef_time1, cef_time2, delta); in cef_time_delta()