cef_request_context_t

Undocumented in source.
struct cef_request_context_t {}

Members

Variables

base
cef_base_t base;
Undocumented in source.
can_set_preference
int function(cef_request_context_t*, const(cef_string_t)*) can_set_preference;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clear_certificate_exceptions
void function(cef_request_context_t*, cef_completion_callback_t*) clear_certificate_exceptions;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
clear_scheme_handler_factories
int function(cef_request_context_t*) clear_scheme_handler_factories;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
close_all_connections
void function(cef_request_context_t*, cef_completion_callback_t*) close_all_connections;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
did_load_extension
int function(cef_request_context_t*, const(cef_string_t)*) did_load_extension;
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_all_preferences
cef_dictionary_value_t* function(cef_request_context_t*, int) get_all_preferences;
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_cache_path
cef_string_userfree_t function(cef_request_context_t*) get_cache_path;
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_default_cookie_manager
cef_cookie_manager_t* function(cef_request_context_t*, cef_completion_callback_t*) get_default_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.
get_extension
cef_extension_t* function(cef_request_context_t*, const(cef_string_t)*) get_extension;
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_extensions
int function(cef_request_context_t*, cef_string_list_t) get_extensions;
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_handler
cef_request_context_handler_t* function(cef_request_context_t*) get_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_preference
cef_value_t* function(cef_request_context_t*, cef_string_t*) get_preference;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
has_extension
int function(cef_request_context_t*, const(cef_string_t)*) has_extension;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
has_preference
int function(cef_request_context_t*, const(cef_string_t)* name) has_preference;
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_global
int function(cef_request_context_t*) is_global;
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_same
int function(cef_request_context_t* self, cef_request_context_t*) is_same;
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_sharing_with
int function(cef_request_context_t*, cef_request_context_t*) is_sharing_with;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
load_extension
void function(cef_request_context_t*, const(cef_string_t)*, cef_dictionary_value_t*, cef_extension_handler_t*) load_extension;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
purge_plugin_list_cache
void function(cef_request_context_t*, int) purge_plugin_list_cache;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
register_scheme_handler_factory
int function(cef_request_context_t*, const(cef_string_t)*, const(cef_string_t)*, cef_scheme_handler_factory_t*) register_scheme_handler_factory;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
resolve_host
void function(cef_request_context_t*, const(cef_string_t)*, cef_resolve_callback_t*) resolve_host;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
resolve_host_cached
cef_errorcode_t function(cef_request_context_t*, const(cef_string_t)*, cef_string_list_t) resolve_host_cached;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
set_preference
int function(cef_request_context_t*, const(cef_string_t)*, cef_value_t*, cef_string_t*) set_preference;
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