Searched defs:_cef_window_info_t (Results 1 – 3 of 3) sorted by relevance
61 typedef struct _cef_window_info_t { struct63 DWORD ex_style;64 cef_string_t window_name;65 DWORD style;66 int x;67 int y;68 int width;69 int height;70 cef_window_handle_t parent_window;71 HMENU menu;[all …]
85 typedef struct _cef_window_info_t { struct94 cef_string_t window_name;96 unsigned int x;97 unsigned int y;98 unsigned int width;99 unsigned int height;104 cef_window_handle_t parent_window;118 int windowless_rendering_enabled;125 int shared_texture_enabled;131 int external_begin_frame_enabled;[all …]
86 typedef struct _cef_window_info_t { struct87 cef_string_t window_name;88 int x;89 int y;90 int width;91 int height;96 int hidden;101 cef_window_handle_t parent_view;115 int windowless_rendering_enabled;122 int shared_texture_enabled;[all …]