cef_load_handler_t

Undocumented in source.

Members

Variables

base
cef_base_t base;
Undocumented in source.
on_load_end
void function(cef_load_handler_t*, cef_browser_t*, cef_frame_t*, int) on_load_end;
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_load_error
void function(cef_load_handler_t*, cef_browser_t*, cef_frame_t*, cef_errorcode_t, const(cef_string_t)*, const(cef_string_t)*) on_load_error;
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_load_start
void function(cef_load_handler_t*, cef_browser_t*, cef_frame_t*) on_load_start;
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_loading_state_change
void function(cef_load_handler_t*, cef_browser_t*, int, int, int) on_loading_state_change;
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