cef_request_context_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
get_cookie_manager
cef_cookie_manager_t* function(cef_request_context_handler_t*) get_cookie_manager;
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_plugin_load
int function(cef_request_context_handler_t*, const(cef_string_t)*, const(cef_string_t)*, int, const(cef_string_t)*, cef_web_plugin_info_t*, cef_plugin_policy_t*) on_before_plugin_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_request_context_initialized
void function(cef_request_context_handler_t*, cef_request_context_t*) on_request_context_initialized;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Meta