cef_browser_host_t

Undocumented in source.
struct cef_browser_host_t {}

Members

Variables

add_word_to_dictionary
void function(cef_browser_host_t*, const(cef_string_t)*) add_word_to_dictionary;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
base
cef_base_t base;
Undocumented in source.
close_browser
void function(cef_browser_host_t*, int) close_browser;
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_dev_tools
void function(cef_browser_host_t*) close_dev_tools;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
download_image
void function(cef_browser_host_t*, const(cef_string_t)*, int, uint32, int, cef_download_image_callback_t*) download_image;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
drag_source_ended_at
void function(cef_browser_host_t*, int, int, cef_drag_operations_mask_t) drag_source_ended_at;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
drag_source_system_drag_ended
void function(cef_browser_host_t*) drag_source_system_drag_ended;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
drag_target_drag_enter
void function(cef_browser_host_t*, cef_drag_data_t*, const(cef_mouse_event_t)*, cef_drag_operations_mask_t) drag_target_drag_enter;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
drag_target_drag_leave
void function(cef_browser_host_t*) drag_target_drag_leave;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
drag_target_drag_over
void function(cef_browser_host_t*, const(cef_mouse_event_t)*, cef_drag_operations_mask_t) drag_target_drag_over;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
drag_target_drop
void function(cef_browser_host_t*, const(cef_mouse_event_t)*) drag_target_drop;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
find
void function(cef_browser_host_t*, int, const(cef_string_t)*, int, int, int) find;
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_browser
cef_browser_t* function(cef_browser_host_t*) get_browser;
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_client
cef_client_t* function(cef_browser_host_t*) get_client;
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_browser_host_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_navigation_entries
void function(cef_browser_host_t*, cef_navigation_entry_visitor_t*, int) get_navigation_entries;
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_opener_window_handle
cef_window_handle_t function(cef_browser_host_t*) get_opener_window_handle;
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_request_context
cef_request_context_t* function(cef_browser_host_t*) get_request_context;
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_visible_navigation_entry
cef_navigation_entry_t* function(cef_browser_host_t*) get_visible_navigation_entry;
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_window_handle
cef_window_handle_t function(cef_browser_host_t*) get_window_handle;
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_windowless_frame_rate
int function(cef_browser_host_t*) get_windowless_frame_rate;
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_zoom_level
double function(cef_browser_host_t*) get_zoom_level;
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_dev_tools
int function(cef_browser_host_t*) has_dev_tools;
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_view
int function(cef_browser_host_t*) has_view;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
ime_cancel_composition
void function(cef_browser_host_t*) ime_cancel_composition;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
ime_commit_text
void function(cef_browser_host_t*, const(cef_string_t)*, const(cef_range_t)*, int) ime_commit_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
ime_finish_composing_text
void function(cef_browser_host_t*, int) ime_finish_composing_text;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
ime_set_composition
void function(cef_browser_host_t*, const(cef_string_t)*, size_t, const(cef_composition_underline_t*), const(cef_range_t)*, const(cef_range_t)*) ime_set_composition;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
invalidate
void function(cef_browser_host_t*, cef_paint_element_type_t) invalidate;
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_background_host
int function(cef_browser_host_t*) is_background_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.
is_mouse_cursor_change_disabled
int function(cef_browser_host_t*) is_mouse_cursor_change_disabled;
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_window_rendering_disabled
int function(cef_browser_host_t*) is_window_rendering_disabled;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
notify_move_or_resize_started
void function(cef_browser_host_t*) notify_move_or_resize_started;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
notify_screen_info_changed
void function(cef_browser_host_t*) notify_screen_info_changed;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
print
void function(cef_browser_host_t*) print;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
print_to_pdf
void function(cef_browser_host_t*, const(cef_string_t)*, const(cef_pdf_print_settings_t)* settings, cef_pdf_print_callback_t*) print_to_pdf;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
replace_misspelling
void function(cef_browser_host_t*, const(cef_string_t)*) replace_misspelling;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
run_file_dialog
void function(cef_browser_host_t*, cef_file_dialog_mode_t, const(cef_string_t)*, const(cef_string_t)*, cef_string_list_t, int, cef_run_file_dialog_callback_t*) run_file_dialog;
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_capture_lost_event
void function(cef_browser_host_t*) send_capture_lost_event;
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_external_begin_frame
void function(cef_browser_host_t*) send_external_begin_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.
send_focus_event
void function(cef_browser_host_t*, int) send_focus_event;
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_key_event
void function(cef_browser_host_t*, const(cef_key_event_t)*) send_key_event;
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_mouse_click_event
void function(cef_browser_host_t*, const(cef_mouse_event_t)*, cef_mouse_button_type_t, int, int) send_mouse_click_event;
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_mouse_move_event
void function(cef_browser_host_t*, const(cef_mouse_event_t)*, int) send_mouse_move_event;
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_mouse_wheel_event
void function(cef_browser_host_t* self, const(cef_mouse_event_t)*, int, int) send_mouse_wheel_event;
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_accessibility_state
void function(cef_browser_host_t*, cef_state_t) set_accessibility_state;
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_auto_resize_enabled
void function(cef_browser_host_t*, int, const(cef_size_t)*, const(cef_size_t)*) set_auto_resize_enabled;
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_focus
void function(cef_browser_host_t*, int) set_focus;
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_mouse_cursor_change_disabled
void function(cef_browser_host_t*, int) set_mouse_cursor_change_disabled;
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_windowless_frame_rate
void function(cef_browser_host_t*, int) set_windowless_frame_rate;
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_zoom_level
void function(cef_browser_host_t*, double) set_zoom_level;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
show_dev_tools
void function(cef_browser_host_t*, const(cef_window_info_t)*, cef_client_t*, const(cef_browser_settings_t)*, const(cef_point_t)*) show_dev_tools;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
start_download
void function(cef_browser_host_t*, const(cef_string_t)*) start_download;
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_finding
void function(cef_browser_host_t*, int) stop_finding;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
try_close_browser
int function(cef_browser_host_t*) try_close_browser;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
was_hidden
void function(cef_browser_host_t*, int) was_hidden;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.
was_resized
void function(cef_browser_host_t*) was_resized;
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