Home
last modified time | relevance | path

Searched defs:_cef_browser_t (Results 1 – 1 of 1) sorted by relevance

/third_party/cef/include/capi/
Dcef_browser_capi.h65 typedef struct _cef_browser_t { struct
75 int(CEF_CALLBACK* is_valid)(struct _cef_browser_t* self); argument
82 struct _cef_browser_t* self); argument
87 int(CEF_CALLBACK* can_go_back)(struct _cef_browser_t* self); argument
92 void(CEF_CALLBACK* go_back)(struct _cef_browser_t* self); argument
97 int(CEF_CALLBACK* can_go_forward)(struct _cef_browser_t* self); argument
102 void(CEF_CALLBACK* go_forward)(struct _cef_browser_t* self); argument
107 int(CEF_CALLBACK* is_loading)(struct _cef_browser_t* self); argument
112 void(CEF_CALLBACK* reload)(struct _cef_browser_t* self); argument
117 void(CEF_CALLBACK* reload_ignore_cache)(struct _cef_browser_t* self); argument
[all …]