Home
last modified time | relevance | path

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

/third_party/cef/include/capi/
Dcef_browser_capi.h294 typedef struct _cef_browser_host_t { struct
304 struct _cef_browser_host_t* self); argument
316 void(CEF_CALLBACK* close_browser)(struct _cef_browser_host_t* self, argument
328 int(CEF_CALLBACK* try_close_browser)(struct _cef_browser_host_t* self); argument
333 void(CEF_CALLBACK* set_focus)(struct _cef_browser_host_t* self, int focus); argument
356 int(CEF_CALLBACK* has_view)(struct _cef_browser_host_t* self); argument
362 struct _cef_browser_host_t* self); argument
368 struct _cef_browser_host_t* self); argument
374 double(CEF_CALLBACK* get_zoom_level)(struct _cef_browser_host_t* self); argument
381 void(CEF_CALLBACK* set_zoom_level)(struct _cef_browser_host_t* self, argument
[all …]