Home
last modified time | relevance | path

Searched refs:_cef_thread_t (Results 1 – 3 of 3) sorted by relevance

/third_party/cef/include/capi/
Dcef_thread_capi.h61 typedef struct _cef_thread_t { struct
72 struct _cef_thread_t* self); argument
79 struct _cef_thread_t* self);
86 void(CEF_CALLBACK* stop)(struct _cef_thread_t* self); argument
92 int(CEF_CALLBACK* is_running)(struct _cef_thread_t* self); argument
/third_party/cef/libcef_dll/cpptoc/
Dthread_cpptoc.cc47 thread_get_task_runner(struct _cef_thread_t* self) { in thread_get_task_runner()
65 thread_get_platform_thread_id(struct _cef_thread_t* self) { in thread_get_platform_thread_id()
82 void CEF_CALLBACK thread_stop(struct _cef_thread_t* self) { in thread_stop()
95 int CEF_CALLBACK thread_is_running(struct _cef_thread_t* self) { in thread_is_running()
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc245 typedef struct _cef_thread_t* (*cef_thread_create_ptr)(const cef_string_t*,
1431 struct _cef_thread_t* cef_thread_create( in cef_thread_create()