- base
cef_base_t base;
Undocumented in source.
- get_browser_process_handler
cef_browser_process_handler_t* function(cef_app_t*) get_browser_process_handler;
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_render_process_handler
cef_render_process_handler_t* function(cef_app_t*) get_render_process_handler;
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_resource_bundle_handler
cef_resource_bundle_handler_t* function(cef_app_t*) get_resource_bundle_handler;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_before_command_line_processing
void function(cef_app_t*, const(cef_string_t)*, cef_command_line_t*) on_before_command_line_processing;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- on_register_custom_schemes
void function(cef_app_t*, cef_scheme_registrar_t*) on_register_custom_schemes;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.