- base
cef_base_t base;
Undocumented in source.
- can_access_browser
int function(cef_extension_handler_t*, cef_extension_t*, cef_browser_t*, int, cef_browser_t*) can_access_browser;
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_active_browser
cef_browser_t* function(cef_extension_handler_t*, cef_extension_t*, cef_browser_t*, int) get_active_browser;
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_extension_resource
int function(cef_extension_handler_t*, cef_extension_t*, cef_browser_t*, const(cef_string_t)*, cef_get_extension_resource_callback_t*) get_extension_resource;
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_background_browser
int function(cef_extension_handler_t*, cef_extension_t*, const(cef_string_t)*, cef_client_t**, cef_browser_settings_t*) on_before_background_browser;
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_browser
int function(cef_extension_handler_t*, cef_extension_t*, cef_browser_t*, cef_browser_t*, int, const(cef_string_t)*, int, cef_window_info_t*, cef_client_t**, cef_browser_settings_t*) on_before_browser;
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_extension_load_failed
void function(cef_extension_handler_t*, cef_errorcode_t) on_extension_load_failed;
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_extension_loaded
void function(cef_extension_handler_t*, cef_extension_t*) on_extension_loaded;
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_extension_unloaded
void function(cef_extension_handler_t*, cef_extension_t*) on_extension_unloaded;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.