Home
last modified time | relevance | path

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

/third_party/cef/include/internal/
Dcef_types_win.h61 typedef struct _cef_window_info_t { struct
63 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 …]
Dcef_types_linux.h85 typedef struct _cef_window_info_t { struct
94 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 …]
Dcef_types_mac.h86 typedef struct _cef_window_info_t { struct
87 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 …]