Home
last modified time | relevance | path

Searched refs:_cef_navigation_entry_t (Results 1 – 5 of 5) sorted by relevance

/third_party/cef/include/capi/
Dcef_navigation_entry_capi.h53 typedef struct _cef_navigation_entry_t { struct
63 int(CEF_CALLBACK* is_valid)(struct _cef_navigation_entry_t* self); argument
71 struct _cef_navigation_entry_t* self);
78 struct _cef_navigation_entry_t* self);
85 struct _cef_navigation_entry_t* self);
92 struct _cef_navigation_entry_t* self);
99 struct _cef_navigation_entry_t* self);
104 int(CEF_CALLBACK* has_post_data)(struct _cef_navigation_entry_t* self); argument
112 struct _cef_navigation_entry_t* self);
119 int(CEF_CALLBACK* get_http_status_code)(struct _cef_navigation_entry_t* self); argument
[all …]
Dcef_browser_capi.h238 struct _cef_navigation_entry_t* entry,
848 struct _cef_navigation_entry_t*(CEF_CALLBACK* get_visible_navigation_entry)(
/third_party/cef/libcef_dll/cpptoc/
Dnavigation_entry_cpptoc.cc24 navigation_entry_is_valid(struct _cef_navigation_entry_t* self) { in navigation_entry_is_valid()
41 navigation_entry_get_url(struct _cef_navigation_entry_t* self) { in navigation_entry_get_url()
58 navigation_entry_get_display_url(struct _cef_navigation_entry_t* self) { in navigation_entry_get_display_url()
75 navigation_entry_get_original_url(struct _cef_navigation_entry_t* self) { in navigation_entry_get_original_url()
92 navigation_entry_get_title(struct _cef_navigation_entry_t* self) { in navigation_entry_get_title()
109 navigation_entry_get_transition_type(struct _cef_navigation_entry_t* self) { in navigation_entry_get_transition_type()
127 navigation_entry_has_post_data(struct _cef_navigation_entry_t* self) { in navigation_entry_has_post_data()
144 navigation_entry_get_completion_time(struct _cef_navigation_entry_t* self) { in navigation_entry_get_completion_time()
161 navigation_entry_get_http_status_code(struct _cef_navigation_entry_t* self) { in navigation_entry_get_http_status_code()
178 navigation_entry_get_sslstatus(struct _cef_navigation_entry_t* self) { in navigation_entry_get_sslstatus()
Dnavigation_entry_visitor_cpptoc.cc25 struct _cef_navigation_entry_t* entry, in navigation_entry_visitor_visit()
Dbrowser_host_cpptoc.cc1162 struct _cef_navigation_entry_t* CEF_CALLBACK