include/internal/cef_linux.h [68:84]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }; struct CefWindowInfoTraits { typedef cef_window_info_t struct_type; static inline void init(struct_type* s) {} static inline void clear(struct_type* s) { cef_string_clear(&s->window_name); } static inline void set(const struct_type* src, struct_type* target, bool copy) { cef_string_set(src->window_name.str, src->window_name.length, &target->window_name, copy); target->bounds = src->bounds; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - include/internal/cef_mac.h [68:84]: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - }; struct CefWindowInfoTraits { typedef cef_window_info_t struct_type; static inline void init(struct_type* s) {} static inline void clear(struct_type* s) { cef_string_clear(&s->window_name); } static inline void set(const struct_type* src, struct_type* target, bool copy) { cef_string_set(src->window_name.str, src->window_name.length, &target->window_name, copy); target->bounds = src->bounds; - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -