Home
last modified time | relevance | path

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

/third_party/cef/include/capi/views/
Dcef_window_capi.h61 typedef struct _cef_window_t { struct
70 void(CEF_CALLBACK* show)(struct _cef_window_t* self); argument
75 void(CEF_CALLBACK* hide)(struct _cef_window_t* self); argument
80 void(CEF_CALLBACK* center_window)(struct _cef_window_t* self, argument
86 void(CEF_CALLBACK* close)(struct _cef_window_t* self); argument
91 int(CEF_CALLBACK* is_closed)(struct _cef_window_t* self); argument
96 void(CEF_CALLBACK* activate)(struct _cef_window_t* self); argument
102 void(CEF_CALLBACK* deactivate)(struct _cef_window_t* self); argument
107 int(CEF_CALLBACK* is_active)(struct _cef_window_t* self); argument
112 void(CEF_CALLBACK* bring_to_top)(struct _cef_window_t* self); argument
[all …]