- base
cef_base_t base;
Undocumented in source.
- can_get_cookies
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*) can_get_cookies;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- can_set_cookie
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*, const(cef_cookie_t)*) can_set_cookie;
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_auth_credentials
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, int, const(cef_string_t)*, int, const(cef_string_t)*, const(cef_string_t)*, cef_auth_callback_t*) get_auth_credentials;
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_handler
cef_resource_handler_t* function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*) get_resource_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_response_filter
cef_response_filter_t* function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*, cef_response_t*) get_resource_response_filter;
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_browse
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*, int) on_before_browse;
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_resource_load
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*) on_before_resource_load;
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_certificate_error
int function(cef_request_handler_t*, cef_browser_t*, cef_errorcode_t, const(cef_string_t)*, cef_sslinfo_t*, cef_request_callback_t*) on_certificate_error;
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_open_urlfrom_tab
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, const(cef_string_t)*, cef_window_open_disposition_t, int) on_open_urlfrom_tab;
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_plugin_crashed
void function(cef_request_handler_t*, cef_browser_t*, const(cef_string_t)*) on_plugin_crashed;
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_protocol_execution
void function(cef_request_handler_t*, cef_browser_t*, const(cef_string_t)*, int*) on_protocol_execution;
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_quota_request
int function(cef_request_handler_t*, cef_browser_t*, const(cef_string_t)*, ulong, cef_request_callback_t*) on_quota_request;
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_render_process_terminated
void function(cef_request_handler_t*, cef_browser_t*, cef_termination_status_t) on_render_process_terminated;
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_render_view_ready
void function(cef_request_handler_t*, cef_browser_t*) on_render_view_ready;
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_resource_load_complete
void function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*, cef_response_t*, cef_urlrequest_status_t, ulong) on_resource_load_complete;
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_resource_redirect
void function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, const(cef_string_t)*, cef_string_t*) on_resource_redirect;
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_resource_response
int function(cef_request_handler_t*, cef_browser_t*, cef_frame_t*, cef_request_t*, cef_response_t*) on_resource_response;
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_select_client_certificate
int function(cef_request_handler_t*, cef_browser_t*, int, const(cef_string_t)*, int, size_t, const(cef_x509certificate_t*), cef_select_client_certificate_callback_t*) on_select_client_certificate;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.