Home
last modified time | relevance | path

Searched refs:_cef_window_t (Results 1 – 16 of 16) 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 …]
Dcef_window_delegate_capi.h49 struct _cef_window_t;
66 struct _cef_window_t* window);
74 struct _cef_window_t* window);
84 struct _cef_window_t*(CEF_CALLBACK* get_parent_window)(
86 struct _cef_window_t* window,
100 struct _cef_window_t* window);
107 struct _cef_window_t* window);
115 struct _cef_window_t* window);
121 struct _cef_window_t* window);
127 struct _cef_window_t* window);
[all …]
Dcef_panel_capi.h53 struct _cef_window_t;
69 struct _cef_window_t*(CEF_CALLBACK* as_window)(struct _cef_panel_t* self);
Dcef_overlay_controller_capi.h50 struct _cef_window_t;
86 struct _cef_window_t*(CEF_CALLBACK* get_window)(
Dcef_view_capi.h54 struct _cef_window_t;
140 struct _cef_window_t*(CEF_CALLBACK* get_window)(struct _cef_view_t* self);
/third_party/cef/libcef_dll/cpptoc/views/
Dwindow_cpptoc.cc55 void CEF_CALLBACK window_show(struct _cef_window_t* self) { in window_show()
68 void CEF_CALLBACK window_hide(struct _cef_window_t* self) { in window_hide()
81 void CEF_CALLBACK window_center_window(struct _cef_window_t* self, in window_center_window()
102 void CEF_CALLBACK window_close(struct _cef_window_t* self) { in window_close()
115 int CEF_CALLBACK window_is_closed(struct _cef_window_t* self) { in window_is_closed()
131 void CEF_CALLBACK window_activate(struct _cef_window_t* self) { in window_activate()
144 void CEF_CALLBACK window_deactivate(struct _cef_window_t* self) { in window_deactivate()
157 int CEF_CALLBACK window_is_active(struct _cef_window_t* self) { in window_is_active()
173 void CEF_CALLBACK window_bring_to_top(struct _cef_window_t* self) { in window_bring_to_top()
186 void CEF_CALLBACK window_set_always_on_top(struct _cef_window_t* self, in window_set_always_on_top()
[all …]
Doverlay_controller_cpptoc.cc82 struct _cef_window_t* CEF_CALLBACK
Dpanel_cpptoc.cc50 struct _cef_window_t* CEF_CALLBACK panel_as_window(struct _cef_panel_t* self) { in panel_as_window()
467 struct _cef_window_t* CEF_CALLBACK panel_get_window(struct _cef_view_t* self) { in panel_get_window()
Dview_cpptoc.cc217 struct _cef_window_t* CEF_CALLBACK view_get_window(struct _cef_view_t* self) { in view_get_window()
Dbutton_cpptoc.cc332 struct _cef_window_t* CEF_CALLBACK button_get_window(struct _cef_view_t* self) { in button_get_window()
Dscroll_view_cpptoc.cc376 struct _cef_window_t* CEF_CALLBACK
Dbrowser_view_cpptoc.cc348 struct _cef_window_t* CEF_CALLBACK
Dlabel_button_cpptoc.cc568 struct _cef_window_t* CEF_CALLBACK
Dtextfield_cpptoc.cc778 struct _cef_window_t* CEF_CALLBACK
Dmenu_button_cpptoc.cc620 struct _cef_window_t* CEF_CALLBACK
/third_party/cef/libcef_dll/wrapper/
Dlibcef_dll_dylib.cc333 typedef struct _cef_window_t* (*cef_window_create_top_level_ptr)(
1705 struct _cef_window_t* cef_window_create_top_level( in cef_window_create_top_level()