- base
cef_base_t base;
Undocumented in source.
- get_platform_thread_id
cef_platform_thread_id_t function(cef_thread_t*) get_platform_thread_id;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- get_task_runner
cef_task_runner_t* function(cef_thread_t*) get_task_runner;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- is_running
int function(cef_thread_t*) is_running;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- stop
void function(cef_thread_t*) stop;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.