- base
cef_base_t base;
Undocumented in source.
- delete_cookie
int function(cef_cookie_manager_t*, const(cef_string_t)*, const(cef_string_t)*) delete_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.
- flush_store
int function(cef_cookie_manager_t*, cef_completion_callback_t*) flush_store;
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_cookie
int function(cef_cookie_manager_t*, const(cef_string_t)*, const(cef_cookie_t)*) 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.
- set_storage_path
int function(cef_cookie_manager_t*, const(cef_string_t)*, int) set_storage_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.
- set_supported_schemes
void function(cef_cookie_manager_t*, cef_string_list_t) set_supported_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.
- visit_all_cookies
int function(cef_cookie_manager_t*, cef_cookie_visitor_t*) visit_all_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.
- visit_url_cookies
int function(cef_cookie_manager_t*, cef_cookie_visitor_t*) visit_url_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.