- base
cef_base_t base;
Undocumented in source.
- get_completion_time
cef_time_t function(cef_navigation_entry_t*) get_completion_time;
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_display_url
cef_string_userfree_t function(cef_navigation_entry_t*) get_display_url;
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_http_status_code
int function(cef_navigation_entry_t*) get_http_status_code;
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_original_url
cef_string_userfree_t function(cef_navigation_entry_t*) get_original_url;
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_sslstatus
cef_sslstatus_t* function(cef_navigation_entry_t*) get_sslstatus;
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_title
cef_string_userfree_t function(cef_navigation_entry_t*) get_title;
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_transition_type
cef_transition_type_t function(cef_navigation_entry_t*) get_transition_type;
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_url
cef_string_userfree_t function(cef_navigation_entry_t*) get_url;
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_post_data
int function(cef_navigation_entry_t*) has_post_data;
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_valid
int function(cef_navigation_entry_t* self) is_valid;
Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.