- base
cef_base_t base;
Undocumented in source.
- can_go_back
int function(cef_browser_t*) can_go_back;
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_go_forward
int function(cef_browser_t*) can_go_forward;
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_focused_frame
cef_frame_t* function(cef_browser_t*) get_focused_frame;
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_frame
cef_frame_t* function(cef_browser_t*, const(cef_string_t)*) get_frame;
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_frame_byident
cef_frame_t* function(cef_browser_t*, int64) get_frame_byident;
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_frame_count
size_t function(cef_browser_t*) get_frame_count;
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_frame_identifiers
void function(cef_browser_t*, size_t*, int64*) get_frame_identifiers;
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_frame_names
void function(cef_browser_t*, cef_string_list_t) get_frame_names;
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_host
cef_browser_host_t* function(cef_browser_t*) get_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.
- get_identifier
int function(cef_browser_t*) get_identifier;
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_main_frame
cef_frame_t* function(cef_browser_t*) get_main_frame;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- go_back
void function(cef_browser_t*) go_back;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- go_forward
void function(cef_browser_t*) go_forward;
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_document
int function(cef_browser_t*) has_document;
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_loading
int function(cef_browser_t*) is_loading;
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_popup
int function(cef_browser_t*) is_popup;
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_browser_t*, cef_browser_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.
- reload
void function(cef_browser_t*) reload;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- reload_ignore_cache
void function(cef_browser_t*) reload_ignore_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.
- send_process_message
int function(cef_browser_t*, cef_process_id_t, cef_process_message_t*) send_process_message;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
- stop_load
void function(cef_browser_t*) stop_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.